Skip to content
Van Pham edited this page Jan 22, 2024 · 15 revisions

Git flow:

  • Default branch: dev
  • main -> release tag
  • Every new feature/ bug fix has to checkout from the default branch as dev. Then merge to dev with rebase and squash?
  • Patch fix during regression -> main
  • Merge dev into main after released
  • Nightly Build will be based on the dev branch. Only during cut release phase, nightlyBuild will be based on Pre-release branch. For more infomation, please visit

image

Clone this wiki locally