Changes between Version 6 and Version 7 of RepositoryGuidelines


Ignore:
Timestamp:
Apr 2, 2012, 2:54:47 PM (13 years ago)
Author:
bollerhe
Comment:

hash~1 is correct when rebasing onto

Legend:

Unmodified
Added
Removed
Modified
  • RepositoryGuidelines

    v6 v7  
    9797Then execute
    9898{{{
    99 git rebase --onto stable <hash> MyBranch
     99git rebase --onto stable <hash>~1 MyBranch
    100100}}}
    101101and git will replay each of your commits on top of the current ''stable'' branch.