Skip to content

Instantly share code, notes, and snippets.

@nateberkopec
Created October 3, 2019 16:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nateberkopec/bb88f3a9197fcad7e85ca15cf00ccca1 to your computer and use it in GitHub Desktop.
Save nateberkopec/bb88f3a9197fcad7e85ca15cf00ccca1 to your computer and use it in GitHub Desktop.
git auto completion
cd ~
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
mv git-completion.bash .git-completion.bash
source ~/.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