Changes between Version 3 and Version 4 of GitCleanLocalHistory


Ignore:
Timestamp:
Jun 19, 2013, 11:39:40 AM (11 years ago)
Author:
Piero Campalani
Comment:

add branch -D

Legend:

Unmodified
Added
Removed
Modified
  • GitCleanLocalHistory

    v3 v4  
    3737$ # move commits /from/ the common ancestor (ie C) between tmp_branch and feature_X_local (ie {D,E}) on top of feature_X
    3838$ git rebase --onto feature_X _tmp feature_X_local
     39$ # cleaning
     40$ git branch -D _tmp
    3941}}}
    4042