Skip to content

Git Workflow

Vanessa Ejikeme edited this page Feb 19, 2018 · 1 revision

The Git Feature Branch Workflow is in use here. We have a master branch, a develop branch and feature branches where new features are implemented, and then have these features merged to the central develop branch e.g from the develop branch, checkout to your feature branch by using the command git checkout -b (See the branch naming convention for the branch naming style guide).

Clone this wiki locally