X
X
XpeH Petrovich2014-04-25 11:56:31
git
XpeH Petrovich, 2014-04-25 11:56:31

How to disable automatic opening of GitShell help in the browser?

When I enter some command like "git help branch", it takes me to the browser and shows me the help there... is there any way to make it do it like in normal bash?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2014-04-25
@uakoB

Set the variable help.format in ~/.gitconfig to the correct value, for example:

[help]
    format = man

See https://www.kernel.org/pub/software/scm/git/docs/g... and https://www.kernel.org/pub/software/scm/git/docs/g.. .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question