I personally just add everybody who sends a pull request as a remote. What I would really like is an easier way to add a remote from a github clone url (or maybe even a pull request url). So I could just do something like
github-remote-add https://github.com/sympy/sympy/pull/1462 and it would run git remote add smichr git://github.com/smichr/sympy.git and maybe even a git fetch smichr and optionally git checkout smichr/combsimp And also it should work the same way if I use git://github.com/smichr/sympy.git or https://github.com/splitbrain/git-pull-request.git instead of https://github.com/sympy/sympy/pull/1462. But it would just be a one-time thing, to make it easier to add the remote. After that, I'm just fine with git fetch. Aaron Meurer On Sat, Aug 4, 2012 at 9:32 PM, Ondřej Čertík <[email protected]> wrote: > Hi, > > GitHub unfortunately makes it really cumbersome to test pull requests > from the command line. So I just found this project: > > http://www.splitbrain.org/blog/2011-06/19-automate_github_pull_requests > https://github.com/splitbrain/git-pull-request > > which is a simple Python script that implements "git pull-request 59" > and it will check it out for you (see the blog post for > "screenshots"). > You might need to apply my patch: > > https://github.com/splitbrain/git-pull-request/pull/5 > > I also found other similar projects ([1], [2]), but the above one is > written in Python, so we can easily fix it (unlike the others that are > written in Ruby). > > Ondrej > > [1] https://github.com/defunkt/hub > [2] > http://thechangelog.com/post/2878756980/git-pulls-command-line-tool-for-github-pull-requests > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
