6 ms·
Isn’t this just “Gitflow”? https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow https://www.atlassian.com/git/tutorials/comparing-workf
by byproxy 8mo ago
Isn’t this just “Gitflow”?
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow https://www.atlassian.com/git/tutorials/comparing-workflows/...
- withinboredom 8mo agoPlease don’t use git-flow. Every time I see it, it looks like an over-engineer’s wet dream.
- seff 8mo agoCan you say more as to why? The concept is not complex and in our situation at least provides a lot of benefits.
- withinboredom 8mo agoLiterally the reason’s for git’s existence is to make merging diverging histories less complicated. Adding back the complexity misses the point entirely.
- jdxcode 8mo agoI think the guy that created it has even stated he thinks it's a bad idea
- apsurd 8mo agoAfter a quick read it seems like gitflow is intended to model a release cycle. It uses branches to coordinate and log releases. Stacking is meant to make development of non-trivial features more manageable and more likely to enter main safer and faster. it's specific to each developer's workflow and wouldn't necessarily produce artifacts once merged into main (as gitflow seems to intentionally have a stance on)