you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago (3 children)

We'v known this for twenty years and had the data ta back it up for ten. Github flow is one of the most damaging things to ever happen to software teams

  • source
  • parent
  • hideshow 6 child comments
  • [–] 5 points 2 years ago (1 child)
  • [–] 2 points 2 years ago

    Got asked about this twice so I'm cut/pasting my answer, but happy to discuss further

    Check out the dora reports and the data Nicole Forsgren lays out in her book Accelerate. DORA reborts are free to access. She has found clear links between trunk based (no branching) development and a whole host of positive metrics. There is some suggestion that PRs are not too bad if always done at high quality and within the same day, but its weaker.

  • source
  • parent
  • [–] 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"

  • source
  • parent
  • hideshow 4 child comments
  • [–] 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.

  • source
  • parent
  • [–] 1 point 2 years ago* (1 child)

    Git Flow and GitHub Flow are entirely different branching strategies.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    Gitflow is has the same issues

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    what data? just curios because there are so many ways to do PRs properly.. like for everything, if it's done badly better not do it. does not mean it is inherently bad

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    Check out the dora reports and the data Nicole Forsgren lays out in her book Accelerate. DORA reborts are free to access. She has found clear links between trunk based (no branching) development and a whole host of positive metrics. There is some suggestion that PRs are not too bad if always done at high quality and within the same day, but its weaker.

  • source
  • parent