Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anubhavsinha/4f7d63a8f1f9e08bb222 to your computer and use it in GitHub Desktop.
Save anubhavsinha/4f7d63a8f1f9e08bb222 to your computer and use it in GitHub Desktop.
installing hub, the git wrapper command line tool
sudo apt-get install ruby
sudo curl https://hub.github.com/standalone -Lo /usr/bin/hub
sudo chmod 755 /usr/bin/hub
alias git=hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment