Reputation: 24795
Using the git on windows, I don't see any option to compare two commits? I mean, how can I diff two revisions?
Upvotes: 1
Views: 77
Reputation: 10455
You can't do it with git gui. Use gitk:
Repository
-> Visualize All Branch History
Mark this commit
from the context menuDiff this -> marked commit
.Upvotes: 2