▲ 342 ▼ What are your programming hot takes? (lemmy.ml) submitted 2 years ago by 257m@lemmy.ml to c/programming@programming.dev 886 comments fedilink hide all child comments
[–] 10nica@hexbear.net 3 points 2 years ago (2 children) Omfg yes! Have nothing to add, but an upvote was not enough to express my hate for gitflow. So fucking stupid. And you'll show stats from Jez Humble etc about trunk based, and my boss was still "eh not convinced" permalink fedilink source parent hideshow 4 child comments replies: [–] nous@programming.dev 2 points 2 years ago gitflow != github flow Gitflow is far more complex and unnessaray for most places. You do not need a dev, main, and release branches. Github flow is far closer to trunk based dev - create a branch of master, PR back into master when done. If you keep your PRs small it gives you most of the benefits of trunk based dev with a CI check before you merge to the mainline. permalink fedilink source parent [–] TrustingZebra@lemmy.one 1 point 2 years ago* (1 child) Git Flow and GitHub Flow are entirely different branching strategies. permalink fedilink source parent hideshow 2 child comments replies: [–] uniqueid198x@lemmy.dbzer0.com 1 point 2 years ago (1 child) Gitflow is has the same issues permalink fedilink source parent hideshow 2 child comments replies: [–] TrustingZebra@lemmy.one 1 point 2 years ago (1 child) Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow. permalink fedilink source parent hideshow 2 child comments replies: [–] uniqueid198x@lemmy.dbzer0.com 2 points 2 years ago Github flow has the same issues, in practice. Branching is the root cause, not the kind of branching. Even anonymous branches. Its the frequency of integration that matters. permalink fedilink source parent
[–] nous@programming.dev 2 points 2 years ago gitflow != github flow Gitflow is far more complex and unnessaray for most places. You do not need a dev, main, and release branches. Github flow is far closer to trunk based dev - create a branch of master, PR back into master when done. If you keep your PRs small it gives you most of the benefits of trunk based dev with a CI check before you merge to the mainline. permalink fedilink source parent
[–] TrustingZebra@lemmy.one 1 point 2 years ago* (1 child) Git Flow and GitHub Flow are entirely different branching strategies. permalink fedilink source parent hideshow 2 child comments replies: [–] uniqueid198x@lemmy.dbzer0.com 1 point 2 years ago (1 child) Gitflow is has the same issues permalink fedilink source parent hideshow 2 child comments replies: [–] TrustingZebra@lemmy.one 1 point 2 years ago (1 child) Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow. permalink fedilink source parent hideshow 2 child comments replies: [–] uniqueid198x@lemmy.dbzer0.com 2 points 2 years ago Github flow has the same issues, in practice. Branching is the root cause, not the kind of branching. Even anonymous branches. Its the frequency of integration that matters. permalink fedilink source parent
[–] uniqueid198x@lemmy.dbzer0.com 1 point 2 years ago (1 child) Gitflow is has the same issues permalink fedilink source parent hideshow 2 child comments replies: [–] TrustingZebra@lemmy.one 1 point 2 years ago (1 child) Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow. permalink fedilink source parent hideshow 2 child comments replies: [–] uniqueid198x@lemmy.dbzer0.com 2 points 2 years ago Github flow has the same issues, in practice. Branching is the root cause, not the kind of branching. Even anonymous branches. Its the frequency of integration that matters. permalink fedilink source parent
[–] TrustingZebra@lemmy.one 1 point 2 years ago (1 child) Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow. permalink fedilink source parent hideshow 2 child comments replies: [–] uniqueid198x@lemmy.dbzer0.com 2 points 2 years ago Github flow has the same issues, in practice. Branching is the root cause, not the kind of branching. Even anonymous branches. Its the frequency of integration that matters. permalink fedilink source parent
[–] uniqueid198x@lemmy.dbzer0.com 2 points 2 years ago Github flow has the same issues, in practice. Branching is the root cause, not the kind of branching. Even anonymous branches. Its the frequency of integration that matters. permalink fedilink source parent