Skip to content

Instantly share code, notes, and snippets.

@erikzrekz
Created April 18, 2015 12:25
Show Gist options
  • Save erikzrekz/d0ef60852cbc9b6a673d to your computer and use it in GitHub Desktop.
Save erikzrekz/d0ef60852cbc9b6a673d to your computer and use it in GitHub Desktop.
git-complete
#source
http://code-worrier.com/blog/autocomplete-git/
#download
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
#add 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