Quickly Get Git Help

If you’re using a git command but need a quick refresher, remember this syntax:

git <verb> -h
git add -h

If you need the full man page for a git command, it’s:

git <verb> --help
git add –help

If you want to see ALL AVAILBLE <verb> options; type git and then TAB key twice (like you would with a linux command):

Full Demonstration

Leave a comment