Skip to content

Instantly share code, notes, and snippets.

@olivierlacan
Created March 21, 2013 05:53
Show Gist options
  • Save olivierlacan/5210949 to your computer and use it in GitHub Desktop.
Save olivierlacan/5210949 to your computer and use it in GitHub Desktop.
Add Git autocompletion to your OS X command line. You'll need to have installed Git & Hub through Homebrew for this to work.
# Git Autocompletion
source /usr/local/etc/bash_completion.d/git-completion.bash
source /usr/local/etc/bash_completion.d/hub.bash_completion.sh
@olivierlacan
Copy link
Author

@jordanwade, this should fix the thing I was trying to fix today when we were pairing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment