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