Git Help
Three commands can provide the manual page (manpage) information for any Git command:
1
2
3
4
5
git help [verb]
git [verb] --help
man git-[verb]
Since Git is installed locally on your machine, you can access the manual pages from anywhere, even when offline.
