Skip to content

Commit 112e5f9

Browse files
authored
Update git-commands-for-master.md
1 parent b7df8bf commit 112e5f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributor-guide/git-commands-for-master.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Follow the steps in this article to create a local working branch on your comput
3333
git pull upstream master
3434
9. Push the changes to your fork on GitHub:
3535

36-
git push origin <working branch>
36+
git push origin <working branch>
37+
3738
10. When you are ready to submit your content to the upstream master branch for staging, validation, and/or publishing, in the GitHub UI, create a pull request from your fork to the master branch.
3839
11. If you are an employee working in the private repository, the changes you submit are automatically staged and a staging link is written to the pull request. Please review your staged content and sign off in the pull request comments by adding the **#sign-off** comment. This indicates the changes are ready to be pushed live. If you don't want the pull request to be accepted - if you are just staging the changes - add the **#hold-off** note to the pull request.
3940
12. If your update is small in scope, the PR may qualify for automatic merge. If not, the pull request review team reviews your pull request, provides feedback, and merges it if the PR meets [the minimum quality criteria](contributor-guide-pr-criteria).

0 commit comments

Comments
 (0)