e.g.
file f1
, f2
and f3
changed, after press git difftool
, git would diff the new f1
and old f1
.
How to exit git difftool
?
the :qa
just exit diff old.f1 new.f1
only. but I don't want diff file f2
and f3
.
my .gitconfig:
[diff]
tool = vimdiff