Quick summary
Committing in Sourcetree saves your staged changes to the local Git repository with a descriptive commit message. This tutorial walks through each step of the commit workflow using Sourcetree's visual interface.
Steps
- Launch Sourcetree and open your repository.
- Check the File Status tab to review your staged and unstaged changes.
- In the Commit Message box, type a brief summary of your changes.
- Click the Commit button at the bottom to save your changes to the repository.



