Reputation: 9866
I have a java project in eclipse which is placed under Git for source control. I need to see the old code using the GUI git tool of eclipse in an easy way. How do I do this ? I found command line answers for this, but nothing for Eclipse Git GUI. Please help me.
Upvotes: 0
Views: 1526
Reputation: 20033
Check the User Guide sections on comparing content and using the History view: https://wiki.eclipse.org/EGit/User_Guide#Comparing_Content and https://wiki.eclipse.org/EGit/User_Guide#History_View .
Upvotes: 1