diff options
Diffstat (limited to 'SUBMITTING_PATCHES.md')
| -rw-r--r-- | SUBMITTING_PATCHES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SUBMITTING_PATCHES.md b/SUBMITTING_PATCHES.md index c51fac0b..0c189247 100644 --- a/SUBMITTING_PATCHES.md +++ b/SUBMITTING_PATCHES.md | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | - Make corrections if requested. | 10 | - Make corrections if requested. |
| 11 | - Verify your changes on gerrit so they can be submitted. | 11 | - Verify your changes on gerrit so they can be submitted. |
| 12 | 12 | ||
| 13 | `git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/master` | 13 | `git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/main` |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | # Long Version | 16 | # Long Version |
| @@ -150,7 +150,7 @@ Push your patches over HTTPS to the review server, possibly through | |||
| 150 | a remembered remote to make this easier in the future: | 150 | a remembered remote to make this easier in the future: |
| 151 | 151 | ||
| 152 | git config remote.review.url https://gerrit-review.googlesource.com/git-repo | 152 | git config remote.review.url https://gerrit-review.googlesource.com/git-repo |
| 153 | git config remote.review.push HEAD:refs/for/master | 153 | git config remote.review.push HEAD:refs/for/main |
| 154 | 154 | ||
| 155 | git push review | 155 | git push review |
| 156 | 156 | ||
