Roman Terekhov <roman.terekhov <at> gmail.com> writes: > > Does anybody know how to add "Git K Here" item to the context menu?I wish it to work similar to the "Git GUI Here"/"Git Bash Here" commands.I have tried many variants, but none of them works -- Roman Terekhov >
Something like this, maybe (adjust paths, of course!): <<< save as gitk.reg >>> Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\gitk] @="Git&k Here" [HKEY_CLASSES_ROOT\Directory\shell\gitk\command] @="\"C:\\WINNT\\system32\\cmd.exe\" /c \"pushd \"%1\" && \"d:\\tools\\git\\bin\\wish.exe\" \"d:\\tools\\git\\bin\\gitk\"" <<< EOF >>> HTH S.
