I dunno how that happened but before today I could right click on any folder and there would be and an option Git Bash here
. But today I dont have that option. Anyo
Run this script (AddGitToExplorerContextMenu.reg). You may need to update the location of Git. You can add it manually through regedit also
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
@="Git Bash"
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%v.\""