Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A separate GitHub repository is created to manage each openIMIS component, e.g:

...

We use the Gitflow Workflow, which was first published in 2010  in a blog post from Vincent Driessen at nvie

...

In case a bug has to be fixed quickly into the production release (master branch), a hotfix branch is created. This branch is merged directly into the master branch and into the develop branch. The master branch will then be tagged with an updated version number. 

...