• 10nica [comrade/them]
    link
    fedilink
    English
    41 year ago

    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”

    • @nous@programming.dev
      link
      fedilink
      English
      21 year 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.

    • @TrustingZebra
      link
      1
      edit-2
      1 year ago

      Git Flow and GitHub Flow are entirely different branching strategies.