If you’re using a git command but need a quick refresher, remember this syntax:
git <verb> -h

If you need the full man page for a git command, it’s:
git <verb> --help

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