Live data from Hacker News

Hub Git Wrapper

github.com

21–23 of 23 posts

Re: Hub Git Wrapper

#22
post #4

Thanks 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
post #11

> 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 :/
Post reply on HN