On 12/09/2011 06:37 PM, Matt Turner wrote: > What Sebastian was suggesting was this, which works (I just verified locally) > > git checkout master > git branch catalyst_3 # creates a branch identical to master called catalyst_3 > git branch -M catalyst_2 master # renames the catalyst_2 branch to master
No, step three uses git commit-tree and git merge in my approach -- it's not a rename. Sebastian
