is there a way to recursively merge then rebase all branches?
Posted
by
yao jiang
on Stack Overflow
See other posts from Stack Overflow
or by yao jiang
Published on 2012-10-25T20:50:18Z
Indexed on
2012/11/21
23:00 UTC
Read the original article
Hit count: 261
Let's say I have git repo like this:
master
webapp-1252
webapp-1285
webapp-1384
webapp-1433
webapp-1524
webapp-824
x_____jira_
x_webapp-11
x_webapp-11
x_webapp-11
z_____jira_
I've updated all of them and ready to push them all to svn or something. Then someone makes a quick change that would require me to basically go through all of them to merge etc.
Is there a shortcut to go through all the branches I have here, merge them with whatever work that was fetched, then rebase them?
© Stack Overflow or respective owner