Skip to content

Git Branching

Akalanka Perera edited this page Jul 28, 2023 · 1 revision

Primary Branches

  • main (production branch)
  • development (staging branch)

Branch Prefixes

  • feature/{feature_name} - When submitting new feature requests
  • fix/{fix_name} - When submitting fixes
  • hotfix/{hotfix_name} - When submitting urgent fixes ( Create branch directly from the master branch )
  • chore/chore_name} - When submitting any other general changes
Clone this wiki locally