Skip to content

GitFlow for AppPort

Thomas Scherz edited this page Oct 9, 2019 · 1 revision

Proposed Git flow:

deployed: reflects what exists in production.

master: reflects code added through successful pull requests.

phase<$number>/feature/feature-name: branching convention for feature development.