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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -