Branching strategy
-
Popular Branching strategies
- Git Flow
- Gitlab
- Github
-
Git Flow
-
Gitlab
-
Github Flow
-
Generally developers will create
- feature branches
- defect branches
- task branch
- From where should this branch be created
- Prompt
We are using a Git flow strategy
developers create pull request from feature branch to developer branch
remaining flow is as discussed in Git Flow
Question: As a devops engineer, using Github Actions, how many actions should i be creating
