Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 395 Bytes

gitflowWorkflow.md

File metadata and controls

11 lines (7 loc) · 395 Bytes

Gitflow Workflow

Use Gitflow workflow for software development.

Branching model:

  • master
  • develop
  • <feature-branch>: Work is done on feature branches that are forked off of develop

All source code should be code reviewed by making a pull-request before it is merged to master or develop branch