[IPython-dev] Tips on merging: the green button is good...

Fernando Perez fperez.net at gmail.com
Fri Jan 20 17:23:00 EST 2012


On Fri, Jan 20, 2012 at 2:18 PM, Eric Firing <efiring at hawaii.edu> wrote:
>
> What is "git mrb"?

Short for 'merge remote branch':

https://github.com/ipython/ipython/blob/master/tools/git-mrb

A little tool I wrote that makes it really easy to review pull
requests from people whose remotes you track.  Symlink to it from
somewhere in your $PATH and you can use it as 'git mrb'.

I track as remotes the repos of the most frequent contributors, and
with this tool, reviewing PRs locally is a snap.

Cheers,

f



More information about the IPython-dev mailing list