Right. I like that it's in Python, but hub has more commands, and the
one I mentioned in particular is one that I like a lot, which is the
ability to add people as remotes in just one step. Also, it's
maintained and used by the GitHub people themselves, so support should
be pretty strong for it.

Of course, you can use both.  You'll probably want to change the name
of the Python one, since hub pull-request is the command to create a
new pull request (which makes more sense anyway).

Aaron Meurer

On Fri, Feb 15, 2013 at 3:38 PM, Ondřej Čertík <[email protected]> wrote:
> On Thu, Feb 14, 2013 at 10:23 AM, Frédéric Bastien <[email protected]> wrote:
>> Hi,
>>
>> Another cool feature that I use is to create a branch on a PR to test/modify
>> it locally:
>>
>> hub checkout https://github.com/Theano/Theano/pull/1013/
>>
>> This create a new branch with this name:
>> github_user_name_of_creator_of_PR-branch_of_the_PR
>
> I just use
>
> git pull-request 1347
>
> Source of this command is here: https://github.com/splitbrain/git-pull-request
> It works like a charm and the source is just a simple Python file, so
> it is trivial
> to install and maintain. I think I already posted it to this list before.
>
> Ondrej
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sympy?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to