You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use diffview as a git difftool? Because when I try, with a working dir clean, git ask me the usual question on diffing the file but the diff is void. I use the configuration:
with git difftool HEAD..origin/master the diff is void but, with files in working dir (i.e.: after git reset --mixed HEAD^) the diffing works as expected.
The text was updated successfully, but these errors were encountered:
Is it possible to use diffview as a
git difftool
? Because when I try, with a working dir clean, git ask me the usual question on diffing the file but the diff is void. I use the configuration:with
git difftool HEAD..origin/master
the diff is void but, with files in working dir (i.e.: aftergit reset --mixed HEAD^
) the diffing works as expected.The text was updated successfully, but these errors were encountered: