Changes between Version 32 and Version 33 of UsingGit
- Timestamp:
- Jul 8, 2016, 4:57:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v32 v33 94 94 * -s to signoff another person's fix with your name 95 95 * -x append a comment line that says "(cherry picked from commit ...)" 96 * -e to edit comment to add ticket number (e.g. Fixes #12345, see below)96 * -e to edit comment to add ticket number (e.g. Fixes !#12345, see below) 97 97 * -n to leave out commit so you can combine multiple cherry-picks into 1 commit. 98 98 … … 115 115 When committing a change that closes a ticket, add this to the commit comment, to automatically close the ticket: 116 116 {{{ 117 Fixes #12345 6117 Fixes #12345 118 118 }}} 119 119