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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -