Skip to content

Instantly share code, notes, and snippets.

@agassner
Created August 15, 2013 09:01
Show Gist options
  • Save agassner/6239406 to your computer and use it in GitHub Desktop.
Save agassner/6239406 to your computer and use it in GitHub Desktop.
git autocomplete on Mac OS X
curl https://raw.github.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
echo "source ~/.git-completion.bash" >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment