what workflow we want to use? git flow?
# kotlin-fuel
k
what workflow we want to use? git flow?
s
(I would not suggest git flow at this point)
https://www.endoflineblog.com/gitflow-considered-harmful We've found this workflow much easier to manage at an enterprise level, with many releases. https://www.endoflineblog.com/oneflow-a-git-branching-model-and-workflow
k
yea, my personal preference is trunk based branching strategy
i
master branch is already protected.