newdevs:git:signoff
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
newdevs:git:signoff [2024/07/26 15:40] – putting in more details on the versions the branch is based on gmonti | newdevs:git:signoff [2024/07/29 09:38] (current) – Remove Step 5 - commit your signoff dyrcona | ||
---|---|---|---|
Line 21: | Line 21: | ||
- git checkout -b lp123456_branch_name_signoff (will default to base branch off main) | - git checkout -b lp123456_branch_name_signoff (will default to base branch off main) | ||
- git checkout -b lp123456_branch_name_signoff origin/ | - git checkout -b lp123456_branch_name_signoff origin/ | ||
- | - Commit your signoff: | ||
- | - 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. | ||
- | LP#24544: fix the quuxifier | ||
- | | ||
- | Signed-off-by: | ||
- 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.1722022821.txt.gz · Last modified: 2024/07/26 15:40 by gmonti