-
Notifications
You must be signed in to change notification settings - Fork 0
Branching Strategy
asya982 edited this page Mar 14, 2023
·
21 revisions
We have main and dev branches.
All feature branches must be merged into dev branch!!!
Only the release should merge into the main branch!!!
-
Option 1
- 👯 Clone this repo to your local machine using
git clone
- 👯 Clone this repo to your local machine using
-
Option 2
- create new branch from dev branch
- add some commits to your new branch
- 🔃 Create a new pull request and asign at least 2 people to check your changes in order to merge it