Using gitk, can I see the difference between 2 commits?
git, gitk
Solution
In windows at least it is perfectly possible :
Problem
I have tried: ``` git diff sha1 sha2 ``` But the output isn't the best, is it possible to see the difference between 2 commits using gitk?