nachoparker / git-rebasetags

Perform a git rebase operation, restoring original tags
https://ownyourbits.com/2017/08/14/rebasing-in-git-without-losing-tags/
GNU General Public License v3.0
30 stars 5 forks source link

Rebase branches also #4

Open rongi opened 5 years ago

rongi commented 5 years ago

It's pretty common in our workflow that we need to rebase a branch and then, after the rebase we need to manually move all the branches that were left behind on the no the old commits. Is it possible to change this script to rebase branches also, the same as it rebases tags?