IRNAS / irnas-guidelines-docs

This repository contains guidelines related to various aspects of managing GitHub repositories at IRNAS and working with them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start following GitFlow branching model

MarkoSagadin opened this issue · comments

Context

We currently do not follow any exact branching model for software development. Without any defined branching model is impossible to move towards CI server.

Goal

Introduce GitFlow which is suitable for solo developers, as well for multiple developers working on the same project.
Brief the team about it, present pros and cons and write a simple document that describes it.
Decide on the merging strategy, fast forward vs rebase.
Each project that follows this branching model should reference previous mentioned document.

This was done.