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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -