Skip to content

Git Workflow / Overview

Git "workflow" refers to the day-to-day steps that occur to modify and add content in a Git repository. The workflow model focus on naming conventions for branches and processes to branch and merge. The workflow model that is chosen will depend on the size of the team and protocols for branching/merging, testing, and releasing software.

This documentation includes the following sections: