Question 144
### While working on a feature, you decide to create a new branch for changes. What is the primary benefit of using branches in GitHub?
> **More info**: [About branches](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches)
1. [ ] They prevent unauthorized users from viewing the repository.
1. [ ] They automatically deploy changes to production environments.
1. [x] They allow development work without affecting the main branch.