Skip to content
Eric Bouchut edited this page Oct 31, 2018 · 3 revisions

Help

Display the man page about a git sub-command in the Command Line

Here is how to display the man page for the git sub command rebase from the command line.

git help rebase

Another option is to call man(1) like so:

man git-rebase

As man does not support space in its parameter, man indexed the man page about git rebase in git-rebase.

Display the man page of git Subcommand in your Web Browser

git help -w rebase

Everyday Commands for Everyday Git

git help everyday

Source: https://www.briefs.fm/episodes/344