How to add a “open git-bash here…” context menu to the windows explorer?

前端 未结 12 1735
谎友^
谎友^ 2020-11-29 16:15

How to add a context (aka right click) menu to the windows explorer that, when clicked, opens the git-bash console in the current explorer folder?

12条回答
  •  感情败类
    2020-11-29 16:49

    Usually git bash here can be run only on directories so you have to go up a directory and right click on the previous directory then select git bash here (of course on Windows OS).
    Note: context menu inside a directory does not have a git bash here option.

提交回复
热议问题