Skip to content

Development workflow

Tian, Su edited this page Oct 5, 2021 · 3 revisions

Some notes

  • master branch is used for publish stable releases
  • develop branch is used to sync updates from developers

A simple workflow

For new features and non-urgent bugfixes

  • Create a new branch

Ref: https://nvie.com/posts/a-successful-git-branching-model/

Clone this wiki locally