How Do I Use SourceTree

How do you revert back to an older project version using sourcetree? I understand how to back things up but not get to the backed up version.

Hi Jaden,

Welcome to our community! :slight_smile:

What exactly do you want to do? Do you want to revert to a specific commit and discard all changes that were applied after that commit?

https://confluence.atlassian.com/sourcetreekb/reset-branch-to-a-commit-788730897.html

If you don’t know git well, I would recommend to make a backup of your entire project folder by duplicating it. Save the duplicated folder somewhere else. Then test git with your project (not the backup!). If the result is not what you expected it to be or if you inadvertendly break the project, you will be able to retrieve the entire project including the git history via the backup.

Thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms