Git difftool kdiff3 can't edit file -
i have following difftool configuration kdiff3 in .gitconfig,
[difftool "kdiff3"] external = '"c:/program files/kdiff3/kdiff3.exe" "$local" "$remote" --output "$merged"' trustexitcode = false [difftool] prompt = false [diff]
and using following command see diff file,
git difftool config/application.config.php -t kdiff3
but when kdiff3 opens, unable edit file. how edit file in kdiff3 in difftool?
Comments
Post a Comment