Skip to content

Instantly share code, notes, and snippets.

@rowanmanning
rowanmanning / instructions.md
Created October 25, 2012 13:31
Git Autocompletion On Mac OS X

Git Autocompletion On Mac OS X

(based on this post which I don't like because they tell you to add a bash file to your home directory)

Run the following commands to begin:

cd /usr/local/bin && curl https://github.com/git/git/raw/master/contrib/completion/git-completion.bash -OL