_From this SO answer
- Download the file to your home directory:
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash- Add to your
.profilefile:
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fiGetting around notices when deploying with ttools
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8