Quick summary
Creating a repository in Sourcetree lets you start version-controlling any project locally in just a few clicks. This guide walks you through selecting a folder, naming your repo, and initializing it as a Git repository on your machine.
Steps
- Open Sourcetree and click + Create in the top-left corner.
- Choose the folder where your repository will be created.
- Set a name for your repository.
- Click the Create button to initialize the repository.
- Your Git repository is now set up locally on your machine.



