Open ozeranskii opened 5 years ago
Seems a bit strange to make an issue about. Git flow is a way to work with git, but not always the best fit.
methodology is an architectural question. I suggest using, for example, gitflow. This will make it possible to conveniently manage new features and hotfixes.
yes, at least a default "develop" branch, that clearly states "development is going on here", and a master one, with only stable and tagged releases would be cool.
I personally use git flow for my OS projects...it might look like an overkill for small projects, but really helps you to keep things as they should be ;-)
https://danielkummer.github.io/git-flow-cheatsheet/index.html