I installed Git via the Mac OS X link here http://git-scm.com/download
After installing it, I try the following in the Terminal:
$ git help fetch
$ git help remote
$ man git
$ man git-fetch
However, I get the message No manual entry for git-<subcommand>. How do I install the man pages for Git? I have the same problem as explained here, but kernel.org is down so it doesn’t help much.
Found it.
Then in
.bash_profile, add the following line: