how do i get git to show command-line help in windows?

前端 未结 3 1036
攒了一身酷
攒了一身酷 2021-02-04 01:36

How do i get git to show command-line help in windows?

I\'m using msysgit 1.7.4.

It\'s defaulting to open the html help in the browser.

I just want to sh

3条回答
  •  再見小時候
    2021-02-04 02:20

    Use git -h instead of --help or help. It works in all recent versions of Git for Windows, but gives only the short usage, not the full description.

提交回复
热议问题