Get the script and store it in home:
Add this to ~/.bash_profile :
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
Get the script and store it in home:
Add this to ~/.bash_profile :
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi