contextmenu - Add Windows Context Menu file command for "git difftool %1" -




i trying add file context menu option execute git difftool %1 (which configured use beyond compare 4). i've got context menu showing icon want can't beyond compare pop file diff.

i've tried setting default string value following didn't work.

hkey_classes_root\allfilesystemobjects\shell\beyondcompare.diff\command (default)    = "c:/program files (x86)/beyond compare 4/bcomp.exe" "$local" "$remote"    = cmd /c git difftool %1    = "c:\program files\git\git-bash.exe" /dir %v. git difftool %1 

and here registry key show above command in file context menu.

hkey_classes_root\allfilesystemobjects\shell\beyondcompare.diff (default) = git diff icon = c:\program files\beyond compare 4\bcompare.exe 

what should set command string works?

instead of trying create custom context menu entry, might easier use tortoisegit provide context menu access git, configure tortoisegit use beyond compare external diff , merge tool.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -