Decision Use the feature branch git workflow

accepted

Establishing a standard git workflow improves velocity and consistency of delivery.

Decision

Use the feature branch git workflow. Do not use git-flow or other more complicated branching systems.

Exceptions

Another git workflow can be used if the project already has a well established system that works well.

Consequences

  • Projects will have a consistent git workflow
  • The git workflow will be quick and easy for developers to understand

Additional Resources