• nous@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months 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.