git help in Windows command prompt

后端 未结 4 1481
失恋的感觉
失恋的感觉 2021-02-19 19:13

The git help command on Windows (msysgit distribution) spawns web browser each time I run it. I tried git help -m which reports \"No

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-19 19:45

    git -h shows a command usage in the same terminal window.

    On the other hand, git --help and git help open a browser.

提交回复
热议问题