diff options
-rw-r--r-- | SUBMITTING_PATCHES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES index 63b0e571..cba67416 100644 --- a/SUBMITTING_PATCHES +++ b/SUBMITTING_PATCHES | |||
@@ -5,7 +5,7 @@ Short Version: | |||
5 | - Make sure all code is under the Apache License, 2.0. | 5 | - Make sure all code is under the Apache License, 2.0. |
6 | - Publish your changes for review: | 6 | - Publish your changes for review: |
7 | 7 | ||
8 | git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/maint | 8 | git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/master |
9 | 9 | ||
10 | 10 | ||
11 | Long Version: | 11 | Long Version: |
@@ -71,7 +71,7 @@ Push your patches over HTTPS to the review server, possibly through | |||
71 | a remembered remote to make this easier in the future: | 71 | a remembered remote to make this easier in the future: |
72 | 72 | ||
73 | git config remote.review.url https://gerrit-review.googlesource.com/git-repo | 73 | git config remote.review.url https://gerrit-review.googlesource.com/git-repo |
74 | git config remote.review.push HEAD:refs/for/maint | 74 | git config remote.review.push HEAD:refs/for/master |
75 | 75 | ||
76 | git push review | 76 | git push review |
77 | 77 | ||