Changes between Version 3 and Version 4 of GitCleanLocalHistory
- Timestamp:
- Jun 19, 2013, 11:39:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitCleanLocalHistory
v3 v4 37 37 $ # move commits /from/ the common ancestor (ie C) between tmp_branch and feature_X_local (ie {D,E}) on top of feature_X 38 38 $ git rebase --onto feature_X _tmp feature_X_local 39 $ # cleaning 40 $ git branch -D _tmp 39 41 }}} 40 42