Git worflow
We use repo forks
Initialize
Use ssh for cloning repo:
Workflow
This project uses Git-Flow, git-flow tool can be used.
The Git flow branches that we are interested in are the following branches :
develop(long lived) - latest development work, deploys to a dev environmentfeature/*(short lived) - new functional, docs, build, CI, test development workfix/*(short lived) - fixes of functional, docs, build, CI, test development workrelease/*(short lived) - release candidate, bug fixes for a release, deploys to a test environmentmain(long lived) - last release, deploys to a production environmenthotfix/*(short lived) - urgent fixes to production