Node GH [0] seems to do a few things better including the plugin architecture allowing integration with JIRA and others.
Hub Git Wrapper
21–23 of 23 posts
Re: Hub Git Wrapper
#22Thanks to hub the friction to contributing is much lower for me. That's how I contribute back to projects on github: hub clone user/repo cd repo git checkout -b my-contrib # ... fix fix fix ... hub fork git push -u zimbatm my-contrib hub browse # Opens browser on my fork # Create PR with comment in browser
If you want to review the PR before submitting it you can also do `hub compare my-contrib` and it will open up the comparison in your browser. One more click to turn it into a PR.
Re: Hub Git Wrapper
#23> hub is best aliased as git, so you can type `$ git ` in the shell and get all the usual hub features. World domination feels imminent.
In my experience it slows the `git` command down quite a bit and therefore my prompt. It's not too difficult to type hub instead :/