For some reason, when I try to look at git help pages, it opens them in gedit instead of in chrome, how do I configure it to launch chrome again? I am using git's bash console in windows 7.
Try with git config --global web.browser chrome
.
From the manual:
The web browser can be specified using the configuration variable help.browser, or web.browser if the former is not set. If none of these config variables is set, the git web--browse helper script (called by git help) will pick a suitable default. See git-web--browse(1) for more information about this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With