[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 the branch layout in a config file .gitrebranch
2. Run git rebranch

For more information see the README file.

Let me know if you find it useful. Also, feel free to create a github issue 
in case you encounter any bugs or problems.

Regards,
dan

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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. It 
  is useful in case you are developing in multiple (private) branches 
  and you want to rebase your branches onto upstream often. 
 [...] 

 Consider posting this to the main Git list as well: 
 * It's ripe with seasoned programmers who might find it interesting 
   to scrutinize your code and spot problems with it. 
 * Interesting scripts might make their way to the contrib section of 
   the Git bundle, if enought people find it useful and there is some 
   push for this. 


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.