Skip to content

Instantly share code, notes, and snippets.

@christophior
Created July 28, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophior/77a0fd49f6df37866b7b to your computer and use it in GitHub Desktop.
Save christophior/77a0fd49f6df37866b7b to your computer and use it in GitHub Desktop.
Git auto complete
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
# add following to .bash_profile
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment