[git-users] git-rebranch

2013-06-17 Thread Dan Keder
Hello, I made a small script for easier rebasing of development branches. It is useful in case you are developing in multiple (private) branches and you want to rebase your branches onto upstream often. You can find it here: https://github.com/dankeder/git-rebranch How it works: 1. Define

Re: [git-users] git-rebranch

2013-06-17 Thread Dan Keder
Ok, I posted it to the main mailing list as well. dan On Monday, 17 June 2013 16:00:26 UTC+2, Konstantin Khomoutov wrote: On Mon, 17 Jun 2013 06:28:35 -0700 (PDT) Dan Keder dan@gmail.com javascript: wrote: I made a small script for easier rebasing of development branches