Quick summary
This tutorial shows you how to add files to your Git history using Sourcetree by staging changes and writing a commit message. It covers the full workflow from opening your repository to clicking Commit, making version control accessible without the command line.
Steps
- Open Sourcetree and navigate to your repository.
- Select the files you want to include and stage the files so they move into the Staged files section.
- Write a commit message describing your changes to commit the files.
- Click the Commit button to finalize the commit.
- Your new or changed files are now successfully added to your Git history.



