Is there an equivalend of `git checkout --` in the SourceTree?
An example scenario is that I have edited an index.php file on the working copy and saved changes but not commited and I have deleted something and I need to revert back those changes previously (somewhere) commited index.php file.
Using git directly I will do something like
git checkout -- index.php
which will revert my changes to the lates commited idex.php file.
What I'm looking for is the way to do that in the SourceTree not searching through the Log/History section where is the lastes commit for index.php file.
Thanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.