-
-
Notifications
You must be signed in to change notification settings - Fork 231
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