Skip to content

Instantly share code, notes, and snippets.

@rsanchez
Created May 14, 2011 16:36
Show Gist options
  • Save rsanchez/972363 to your computer and use it in GitHub Desktop.
Save rsanchez/972363 to your computer and use it in GitHub Desktop.
Add git-completion Mac
curl -k https://github.com/git/git/raw/master/contrib/completion/git-completion.bash > ~/git-completion.bash; profile=`cat ~/.profile`; echo "source ~/git-completion.bash" > ~/.profile; echo "$profile" >> ~/.profile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment