Quick summary
Reverting a commit in Bitbucket using SourceTree lets you safely undo changes without rewriting your repository history. The Reverse Commit option creates a new commit that cancels the selected changes, keeping your branch clean and auditable.
Steps
- On SourceTree's main dashboard, find and right-click the specific commit you wish to revert.
- Choose 'Reverse Commit' from the context menu options.
- Tap 'Yes' to confirm your revert request.
- The selected commit will be reverted and the changes will be undone in your repository.
.gif)



