Git branching strategy #87
Replies: 3 comments 2 replies
-
I agree with the naming convention and feature branching. Not sure about adding team in front of the branch name, as multiple teams may work on the same branch and it implicates siloing. I think that the testing and development branches may add unnecessary steps and increase time it takes to get a feature to production. Would like to hear everyone's thoughts around branching strategy and decide democratically tomorrow. |
Beta Was this translation helpful? Give feedback.
-
To summarize
|
Beta Was this translation helpful? Give feedback.
-
@MuhammedIrfan @CyrusVorwald-ICON I would like to suggest to start using a standard GitFlow Workflow strategy. It's really simplify PRs review process and workflow. master | develop | feature branches Some articles on this topic: https://vitalflux.com/gitflow-workflow-best-practices-quiz-questions/ https://medium.com/itrevolution/five-minute-devops-gitflow-best-practices-a6cd1265de24 |
Beta Was this translation helpful? Give feedback.
-
In order to bring balance between flexibility and the need to collaborate and share code in a consistent manner, we propose to introduce a branching strategy.
Beta Was this translation helpful? Give feedback.
All reactions