lakshmen
lakshmen

Reputation: 29064

How to checkout to a particular commit in smartgit

I would like to checkout a specific commit in the SmartGit. How do I do that? Is it possible to do something like checking out a certain revision in SVN?

Upvotes: 11

Views: 6612

Answers (1)

mstrap
mstrap

Reputation: 17433

Yes, checking out a certain commit is similar to checking out a certain SVN revision.

The preferred way will be to open the Log window, locate the desired commit, invoke Branch|Check Out and select the commit there.

Alternatively, you can do that from the Working Tree window: make sure your focus is in the Directories-view, select Branch|Check Out and select the commit there.

Upvotes: 11

Related Questions