linux.die.net/man/1/
seems to be at least basic. Just add the git command. For instance. linux.die.net/man/1/git-pull
Google also seems to find this if I search for [man git-pull].
Finally, if you have a full git installation, you can do git help -w command
to get the HTML documentation. For instance.
git help -w pull
source share