Quick summary
Creating a feature branch in Sourcetree lets developers isolate new work from the main codebase without touching production code. Using the built-in Branch dialog, you can name, configure, and checkout a new branch in under a minute.
Steps
- Open your repository in Sourcetree.
- Click the Branch button in the toolbar at the top.
- In the Create Branch dialog, enter your feature branch name.
- Choose the branch you want to branch off from.
- Make sure Checkout New Branch is checked if you want to switch to the new branch right away.
- Click Create Branch to save.
.gif)



