Last Updated: February 09, 2019
·
548
· fthomas

Display git manual pages in a web browser

The following command will open your default browser and display the manpage of the git status command in HTML:

git help -w status

On Debian/Ubuntu the git-doc package is required for this to work.