How to Revert Commit in GIT Sourcetree
- George Apostolov
- 05 Sep 2025
Guide
Open Sourcetree and load your repository.
Go to the 'History' tab.
Right-click the commit you want to revert and select ‘Reverse commit'.
In the popup, confirm by clicking 'Yes'.
Following these steps creates a new commit that undoes the changes of the selected commit.
Create your first interactive demo in minutes
No credit card required • Start building today


