Created
October 3, 2019 16:32
-
-
Save nateberkopec/bb88f3a9197fcad7e85ca15cf00ccca1 to your computer and use it in GitHub Desktop.
git auto completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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