How to add a “open git-bash here…” context menu to the windows explorer?
问题 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? 回答1: I had a similar issue and I did this. Step 1 : Type "regedit" in start menu Step 2 : Run the registry editor Step 3 : Navigate to HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell Step 4 : Right-click on "shell" and choose New > Key. name the Key "Bash" Step 5 : Modify the value and set it to "open in Bash" This is the text that