Revert to changes to previous revision using smartgit?

william007 picture william007 · Mar 29, 2013 · Viewed 12.7k times · Source

How to revert to changes to previous revision using smartgit? I can't find an option there

Answer

bpolat picture bpolat · May 13, 2013

I suppose you want to return to one of the past commits.

Click on "Log" on right hand side of the window then choose the commit you want to return to and select "check out". The older version is now checked out.

enter image description here

Then you can commit and push that file.