digitalmars.D - [OT] GitHub pull request automation
- Johann MacDonagh (9/9) Jun 23 2011 Found this on reddit:
- Andrei Alexandrescu (3/12) Jun 23 2011 This is very useful, thanks!
- jdrewsen (2/11) Jun 23 2011 Very nice!
Found this on reddit: http://www.splitbrain.org/blog/2011-06/19-automate_github_pull_requests Adds a new "git pull-request" command. Without any arguments, it lists all the pull requests for your repo. If you give it the pull request number, it will automatically create a new branch and pull down the request. You can then test it out, merge it into master (maybe test after you merge ;) ), and push. It may help out with the large number of pull requests that can't be automatically merged that the GitHub projects seem to be getting.
Jun 23 2011
On 6/23/11 5:05 AM, Johann MacDonagh wrote:Found this on reddit: http://www.splitbrain.org/blog/2011-06/19-automate_github_pull_requests Adds a new "git pull-request" command. Without any arguments, it lists all the pull requests for your repo. If you give it the pull request number, it will automatically create a new branch and pull down the request. You can then test it out, merge it into master (maybe test after you merge ;) ), and push. It may help out with the large number of pull requests that can't be automatically merged that the GitHub projects seem to be getting.This is very useful, thanks! Andrei
Jun 23 2011
Den 23-06-2011 12:05, Johann MacDonagh skrev:Found this on reddit: http://www.splitbrain.org/blog/2011-06/19-automate_github_pull_requests Adds a new "git pull-request" command. Without any arguments, it lists all the pull requests for your repo. If you give it the pull request number, it will automatically create a new branch and pull down the request. You can then test it out, merge it into master (maybe test after you merge ;) ), and push. It may help out with the large number of pull requests that can't be automatically merged that the GitHub projects seem to be getting.Very nice!
Jun 23 2011