Revision of Git autocomplete on Mac from Fri, 2013-08-30 01:07

A must have, offically from git repo
https://github.com/git/git

curl https://raw.github.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
echo "source ~/.git-completion.bash" >> ~/.bash_profile
Google