I'm going over this topic everytime I setup new computer and I always have to make reasearch that takes me up to 20 mins. I like to use TortoiseGit together with TotalCommander.
To easy up navigation, I would like to open TortoiseGit - log
, at currently opened folder. And ideally I would like to do that without touching any button (by mouse), instead just pressing keyboard shortcut.
How can this be achieved?
Answer to this question has 2 parts, first we need to understand, how to open TortoiseGit - log at current folder. It can be done by running following exe (full and shortened path):
C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe /command:log /path:.
TortoiseGitProc.exe /command:log /path:.
Now we need to add this path to the TotalCommander. New custom command can be added as:
usercmd.ini
and press New...
TortoiseGitProc /command:log /path:.
), press OK