**Branching Strategy** is a recipe how to manage code changes in a repository using branches.
The most common branching strategies are:
- GitHub Flow
- Git Flow
- GitLab Flow
### See also
1. [[Git Repository]] #it/todo
2. [[Git Branch]] #it/todo
3. [[GitHub Flow]] #it/todo
4. [[Git Flow]] #it/todo
5. [[GitLab Flow]]