Applying branch changes to a new branch in git
Blog
Posted by kitt at 07:15 on 12 June 2015
I am unsure how other people do this, but this is how I apply changes from one branch to a new branch when the original branch can't be rebased to master (say, when the original branch is thousands, or really, maybe just hundreds or tens of conflicting, commits behind master).
$ git co branch-no-longer-loved
Add new comment