Quick summary
Checking out a branch in Sourcetree lets you switch your working copy to any local branch using a simple right-click from the Branches panel. This Git workflow is essential for developers managing multiple features or fixes in parallel.
Steps
- Open your repository in Sourcetree to get started.
- Locate the Branches panel on the left side of the Sourcetree window.
- In the Branches panel, find the specific branch you want to check out.
- If prompted with options, confirm the branch you want to switch to.
- Right-click on the branch name and select Checkout from the context menu.
- Sourcetree will switch your working copy to the selected branch — you are ready to code.
.gif)



