-
Notifications
You must be signed in to change notification settings - Fork 10
Git Branching
Akalanka Perera edited this page Jul 28, 2023
·
1 revision
- main (production branch)
- development (staging branch)
- 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