Skip to content

Git Workflow

Gianni Carlo edited this page Sep 30, 2018 · 3 revisions

We use branch prefixes to specify what we're working on:

  • master holds the current release
  • fix/* for bugfixes
  • feature/* for features and enhancements
  • The develop branch is reserved for the work on the next release
Clone this wiki locally