Git autocomplete on Mac

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

input > git che and press tab to auto complete
it can even fill branch name for you!!
Google