CMD Command for “Git Bash Here”

后端 未结 3 1771
感情败类
感情败类 2020-12-19 06:16

In Windows I can run \"Git Bash Here\" in the current directory by opening right click menu.

I want to place gitbashhere.bat in default path for commands to have go

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-19 06:22

    Another way to see how a specific program was started is to launch Process Explorer, look for the process in the list of processes (for git this would be "git-bash.exe") and double-click on the process to open the properties.

    On the 'Image' tab there's a text field that yields the command line of the process:

提交回复
热议问题