"David Nadlinger" <[email protected]> wrote in message news:[email protected]... > 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/defunkt/hub. Among other things (such as GitHub > username/fork awareness when cloning/adding remotes, directly > cherry-picking from web URLs, .),
Neat. Hopefully it'll add BitBucket support too at some point. > it also gives you a »git pull-request« command doing exactly what the name > suggests. > TortoiseGit also has a built-in Pull Request feature, although I've yet to figure out how to work it. > Also, GitHub recently rolled out a pull request creation shortcut on their > repository pages: > https://github.com/blog/1039-easier-pull-request-creation > > David
