Steam
Steam

Reputation: 9856

How do I see the older versions of my code in Eclipse Git

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: 1523

Answers (1)

nitind
nitind

Reputation: 20003

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

Related Questions