Run the following to create ~/.git-completion.bash:
curl https://github.com/git/git/raw/master/contrib/completion/git-completion.bash > ~/.git-completion.bash
Then add the following to your ~/.bashrc or ~/.bash_profile after PATH:
# Set the base PS1
export PS1="\t: \W$ "