I would like to use KDiff3 as Git diff tool, without losing the default text based diff tool. That is I don't want to alter the default functionality of the git diff
command.
Could you suggest a command line for this?
Example:
$ git diff
... the git diff as usual...
$ kdiff3 <?some params?>
... the kdiff3 guis shows up reporting the diffs (even one file at the time is fine)...