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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -