We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tips and tools for working with git. Add yours here.
Download git-completion.bash and put it in your ~/bin/ and do a:
echo "source ~/bin/git-completion.bash" >> ~/.bash_profile
Then you can type git b to auto-complete “branch” or type git branch s and press tab to see a list of branches that start with S.
git b
git branch s