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 completeit can even fill branch name for you!!