Changes between Version 6 and Version 7 of RepositoryGuidelines
- Timestamp:
- Apr 2, 2012, 2:54:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RepositoryGuidelines
v6 v7 97 97 Then execute 98 98 {{{ 99 git rebase --onto stable <hash> MyBranch99 git rebase --onto stable <hash>~1 MyBranch 100 100 }}} 101 101 and git will replay each of your commits on top of the current ''stable'' branch.