# Creating Branch Creating a branch in Git is a fundamental part of working with version control, allowing you to work on different features or fixes without affecting the main codebase. You can create branches either through the terminal or github interface Visit the following resources to learn more: - [@official@Git branch documentation](https://git-scm.com/docs/git-branch) - [@article@Git branch](https://www.atlassian.com/git/tutorials/using-branches)