How to Edit Commit Message in Sourcetree
To edit a commit message in Sourcetree, follow these steps:
- Open Sourcetree and go to your repository.
- Click the 'File Status' tab.
- Check the box 'Amend latest commit', near the Commit button.
- Edit the commit message in the message box.
- Click 'Commit'.
- Following these steps updates the most recent commit message without creating a new commit.
Similar Articles
No items found.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it