# The new git-scm.com site includes man pages designed for pleasant viewing in a web browser: # # http://git-scm.com/docs # # The commands below can be used to configure git to open these pages when # using `git help -w ' from the command line. Just enter the config # commands in your shell to modify your ~/.gitconfig file. # Create a new browser command and configure help -w to use it. git config --global browser.gitscm.cmd "/bin/sh -c 'open http://git-scm.com/docs/\$(basename \$1 .html)' --" git config --global help.browser gitscm # Test it out git help log -w