Changes between Version 32 and Version 33 of UsingGit


Ignore:
Timestamp:
Jul 8, 2016, 4:57:00 PM (8 years ago)
Author:
Peter Bennett
Comment:

Formatting fix

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v32 v33  
    9494* -s to signoff another person's fix with your name
    9595* -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)
    9797* -n to leave out commit so you can combine multiple cherry-picks into 1 commit.
    9898
     
    115115When committing a change that closes a ticket, add this to the commit comment, to automatically close the ticket:
    116116{{{
    117 Fixes #123456
     117Fixes #12345
    118118}}}
    119119