Browse By

Tag Archives: auto-completion

git autocompletion bash

Git auto-completion in Bash

If you are a git user in bash then you will find useful the auto-completion script from git-scm.com. For mac users just run in the following commands: curl -O https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash echo “source ~/git-completion.bash” >> .bash_profile Restart your terminal and you are good to go! If