How do I change my default browser in git's BASH shell? -
for reason, when try @ git pages, opens them in gedit instead of in chrome, how configure launch chrome again? using git's bash console in windows 7.
try git config --global web.browser chrome
.
from manual:
the web browser can specified using configuration variable help.browser, or web.browser if former not set. if none of these config variables set, git web--browse helper script (called git help) pick suitable default. see git-web--browse(1) more information this.
Comments
Post a Comment