Re: GitHub pull requests made easy

2012-02-22 Thread Vladimir Panteleev
On Wednesday, 22 February 2012 at 18:10:24 UTC, David Nadlinger wrote: On Wednesday, 22 February 2012 at 16:51:14 UTC, Vladimir Panteleev wrote: The overhead of creating pull requests was getting to me, so I've written a little script to make it easier: https://gist.github.com/1885859 Person

Re: GitHub pull requests made easy

2012-02-22 Thread Brad Anderson
On Wed, Feb 22, 2012 at 11:20 AM, Nick Sabalausky wrote: > "David Nadlinger" wrote in message > news:ziirmcwpgshvrymge...@forum.dlang.org... > > On Wednesday, 22 February 2012 at 16:51:14 UTC, Vladimir Panteleev wrote: > >> The overhead of creating pull requests was getting to me, so I've > writ

Re: GitHub pull requests made easy

2012-02-22 Thread Brad Roberts
On 2/22/2012 8:51 AM, Vladimir Panteleev wrote: > The overhead of creating pull requests was getting to me, so I've written a > little script to make it easier: > > https://gist.github.com/1885859 > > This script does three things: > > 1) Pushes the current branch to your GitHub fork > 2) Sets

Re: GitHub pull requests made easy

2012-02-22 Thread Nick Sabalausky
"David Nadlinger" wrote in message news:ziirmcwpgshvrymge...@forum.dlang.org... > On Wednesday, 22 February 2012 at 16:51:14 UTC, Vladimir Panteleev wrote: >> The overhead of creating pull requests was getting to me, so I've written >> a little script to make it easier: >> >> https://gist.github

Re: GitHub pull requests made easy

2012-02-22 Thread David Nadlinger
On Wednesday, 22 February 2012 at 16:51:14 UTC, Vladimir Panteleev wrote: The overhead of creating pull requests was getting to me, so I've written a little script to make it easier: https://gist.github.com/1885859 Personally, I use »hub« as a wrapper for Git all the time: https://github.com

Re: GitHub pull requests made easy

2012-02-22 Thread Nick Sabalausky
"Vladimir Panteleev" wrote in message news:hvwkhrqbzbeeqhewm...@forum.dlang.org... > The overhead of creating pull requests was getting to me, so I've written > a little script to make it easier: > > https://gist.github.com/1885859 > > This script does three things: > > 1) Pushes the current bra

GitHub pull requests made easy

2012-02-22 Thread Vladimir Panteleev
The overhead of creating pull requests was getting to me, so I've written a little script to make it easier: https://gist.github.com/1885859 This script does three things: 1) Pushes the current branch to your GitHub fork 2) Sets the default remote for the branch, so that you can just type "gi