Get Help for Git Commands

git help <command>

Shows the manual page for the specified Git command.

Git <command> --help

git commit --help

Another way to show the help manual for a command.

Git <command> -h

git status -h

Shows a brief summary of command options.

Git Help - Web

You can also visit the official Git documentation online:

https://git-scm.com/docs