GIT is a version control system that allows developers to create "parent" and "child" branches to manage code changes. Parent branches serve as the main codebase, while child branches are used for experimentation and feature development.
To Center | Trunk Based |
To Periphery | Feature Branching |
Links