Home - TaiBIF/camera-trap GitHub Wiki

Branching strategy

  1. master: main development branch. Will merge into uat when ready for public testing.
  2. dev-[personID]: personal working branch. Only the creator can commit to this branch. Will merge into master when complete. Should be deleted once merged into master.
  3. feature-[featureID]: feature working branch. Will merge into master when complete. Should be deleted once merged into master.
  4. uat: user acceptance testing branch. Will merge into production when ready.
  5. production: public version.