Home Blog CV Projects Patterns Notes Book Colophon Search

Git AutoComplete

curl -o ~/.git-completion.bash https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
cat << EOF >> ~/.bash_profile
source ~/.git-completion.bash
EOF
source ~/.git-completion.bash

Copyright James Gardner 1996-2020 All Rights Reserved. Admin.