Skip to content

Instantly share code, notes, and snippets.

@juice
Created May 18, 2012 18:38
Show Gist options
  • Save juice/2726950 to your computer and use it in GitHub Desktop.
Save juice/2726950 to your computer and use it in GitHub Desktop.
OS X git completion
cd ~
curl https://github.com/git/git/raw/master/contrib/completion/git-completion.bash -OL
mv git-completion.bash .git-completion.bash
echo -e "\nsource ~/.git-completion.bash\n" >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment