Skip to content

Git Commit Guidelines

Tobias Schmidt edited this page Feb 21, 2020 · 1 revision

Style guide

Feature branch workflow

https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow

  • feature branches mit feature/
  • dev branch heißt development - feature branches nur in dev mergen sobald feature fertig
  • master branch enthält nur stabile zustände, immer nur von dev mit --no-ff committen
Clone this wiki locally