I like reading man pages nicely formatted in a browser instead of in my terminal console.
Until recently, any time I had to look up details of a Git command, I\'d ju
git subcommand --help is the best reference.
git subcommand --help
(this brings up the same man page in your browser that you would see in kernel.org)