newdevs:git:signoff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| newdevs:git:signoff [2019/06/28 18:03] – tmccanna | newdevs:git:signoff [2024/07/29 09:38] (current) – Remove Step 5 - commit your signoff dyrcona | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | **New Developers Working Group** | ||
| ====== Git for Windows ====== | ====== Git for Windows ====== | ||
| Line 14: | Line 15: | ||
| - In Git Bash, navigate to the Evergreen directory. | - In Git Bash, navigate to the Evergreen directory. | ||
| - Make sure that your local repository is up to date: | - Make sure that your local repository is up to date: | ||
| - | - git checkout | + | - git checkout |
| + | - git fetch --all | ||
| - git pull | - git pull | ||
| - Create and check out a new sign-off branch with the current branch name and append ' | - Create and check out a new sign-off branch with the current branch name and append ' | ||
| - | - git checkout -b lp123456_branch_name_signoff | + | - git checkout -b lp123456_branch_name_signoff |
| + | - git checkout -b lp123456_branch_name_signoff origin/ | ||
| - Pull in the branch that you wish to sign off on using the commit code you found above. | - Pull in the branch that you wish to sign off on using the commit code you found above. | ||
| - git cherry-pick -s ea75f30d33 | - git cherry-pick -s ea75f30d33 | ||
newdevs/git/signoff.1561759385.txt.gz · Last modified: 2022/02/10 13:34 (external edit)