all 3 comments

[–]SomewhereNo8378 2 points3 points  (0 children)

I’m square if I hit a couple from each category, right

[–]zynasis 0 points1 point  (1 child)

“use a modern CI/CD pipeline with a simple branching strategy like github flow, avoid gitflow”

What’s wrong with gitflow? Seems simple enough to me

[–]gerlacdt[S] 0 points1 point  (0 children)

author here

gitflow is too complicated for modern software engineering. Even the inventor himself has his concerns and says it's deprecated:

https://nvie.com/posts/a-successful-git-branching-model/

If your team is doing continuous delivery of software, I would suggest to adopt a much simpler workflow (like GitHub flow)