It is possible to run GIT bash console starting in current folder in Explorer or TotalCommander? I use Win 10.
For example: I use TotalCommander or standard WinExplorer, I'm in path c:\src\MyProjekt (there is git repo), I press specified key combination and I can type git command.

Something like that works for me for Total Commander (but it's not perfect):
Add new item with name like Git Bash as:
a) command:
c:\Program Files\Git\bin\bash.exe --loginb) shortcut key:
ctrl+alt+f1(to choose from list).Since now pressing
ctrl+alt+f1should run Git Bash in current folder.Another option (which I usually use) is to run this from Context menu:
This should work also for Windows Explorer and anything else. It's not a shortcut, but still a keyboard.