Version Control¶
CU Libraries uses git as its version control system. All repositories are stored remotely within Github
Branch Management¶
Git Flow model for branch management.

Main Branches¶
main
develop
Supporting Branches¶
Feature branches
Release branches
Hot-fix branches
Pull Request with Code Review¶
A Pull Request(PR) is required to merge code into the main branch. All PRs to the main branch require a code review.