Is there a combination of a GUI diff viewer and a git configuration that would allow me to view all modified files at once? Currently I use git difftool and it invokes a separate diff viewer for each file.
It would be great if there was a way to force git to put both versions of all modified files somewhere and invoke the diff tool for all of them only once.
Is there a combination of a GUI diff viewer and a git configuration that
Share
With svn I use KDE “kompare” program to view all files at ones.
Like here:
or directly:
also there are Gnom “meld”, which supposed to do the same thing (but I didn’t tried it yet).
The same should be applicable for git.