Use git-flow? #23
Replies: 3 comments 2 replies
-
I'm not familiar with git-flow so I find this concerning |
Beta Was this translation helpful? Give feedback.
-
Actually i think we are pretty close to git-flow already, aren't we? Feature branches are pretty much what we are working with but i also thought about the separation of main and dev branch. Maybe this would be worth a try, so the main branch is always a stable version and the dev branch is what we are working with. |
Beta Was this translation helpful? Give feedback.
-
@NeffIsBack I think after v1 we can start using git-flow, at least trying to name our branches correctly and using the develop branch. That way we can more easily tag code, etc. |
Beta Was this translation helpful? Give feedback.
-
Should we start using git-flow as a branching and release method?
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
Beta Was this translation helpful? Give feedback.
All reactions