Successfully added
Git
by Cole
Git Branches
A branch is a parallel copy of the master repository. Sometimes a project needs different people working on different features of the project, but they cannot work directly in the master branch. To prevent a mix of unstable code with official stable code and to allow independent work for each feature, a separate branch could be created for every feature. The master branch is a special branch to keep the stable/approved version.
Referenced in:
Comments