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.
