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 [2023/12/06 13:25] – updating how to sign off gmonti | newdevs:git:signoff [2024/07/29 09:38] (current) – Remove Step 5 - commit your signoff dyrcona | ||
---|---|---|---|
Line 17: | Line 17: | ||
- git checkout main | - git checkout main | ||
- git fetch --all | - git fetch --all | ||
+ | - 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 (will default to base branch off main) |
- | - Commit your signoff: | + | - git checkout |
- | - A commit message should consist of a subject line (i.e., the first line of the commit message), then a blank line, then an optional description of the patch, followed by one or more signoffs. | + | |
- | | + | |
- | + | ||
- | Signed-off-by: Jane Hacker < | + | |
- 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.1701887116.txt.gz · Last modified: 2023/12/06 13:25 by gmonti