User Tools

Site Tools


newdevs:git:signoff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
newdevs:git:signoff [2019/11/15 18:14] tmccannanewdevs:git:signoff [2024/07/29 09:38] (current) – Remove Step 5 - commit your signoff dyrcona
Line 15: 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 master+    - git checkout main 
 +    - git fetch --all
     - git pull     - git pull
   - Create and check out a new sign-off branch with the current branch name and append 'signoff':   - Create and check out a new sign-off branch with the current branch name and append 'signoff':
-    - git checkout -b lp123456_branch_name_signoff +    - git checkout -b lp123456_branch_name_signoff (will default to base branch off main) 
-  - Fetch the updated remote files: +    - git checkout -b lp123456_branch_name_signoff origin/version (ex: origin/rel_3_11) to base the branch on a specific version
-    - git remote update+
   - 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.1573859689.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.