Hacker News new | ask | show | jobs
by bpugh 1307 days ago
Git recently added a --update-refs option to rebase that makes dealing with this scenario a lot easier. This post does a good job explaining how to use it: https://andrewlock.net/working-with-stacked-branches-in-git-...
1 comments

oh my... I was at the point of making a git plugin to do this. This pretty much was the bane of my existence.

:pray: