On Sat, May 06, 2017 at 12:23:32PM +0200, Lars Schneider wrote: > I am about to write a bash/sh script that helps me to rebase a bunch of > branches (e.g. select branches based on prefix, conflict resolution/ > rerere support, ...). > > I wonder if anyone has such a script already and is willing to share it. This is what I use: https://github.com/peff/git/blob/meta/rebase There's no documentation in the script, but the commit message in its history should give a good sense of what each part does. -Peff