I'm new to git, so please excuse me if this is a dumb question.
I have installed git 1.7.7.4 from source on SLES Linux, and all looks good. I have added the following to $MANPATH:
/usr/local/git-1.7.7.4/share/man
When I do man git
, I'm presented with
Git(3) User Contributed Perl Documentation Git(3)
NAME
Git - Perl interface to the Git version control system
SYNOPSIS
...
This doesn't look like a man page for the git command I use from the command line. Or is it? Sounds like something for perl, obviously. Here is an online version of the full man page I'm seeing.
If this is not the correct man pages, where can I find them? I can give a directory listing of my git install if needed. Thanks.