257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square903fedilinkarrow-up1350arrow-down114
arrow-up1336arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square903fedilink
minus-squareTrustingZebra@lemmy.onelinkfedilinkarrow-up1·edit-21 year agoGit Flow and GitHub Flow are entirely different branching strategies.
minus-squareuniqueid198x@lemmy.dbzer0.comlinkfedilinkarrow-up1·1 year agoGitflow is has the same issues
minus-squareTrustingZebra@lemmy.onelinkfedilinkarrow-up1·1 year agoGit Flow is awful I absolutely agree. On the other hand I like GitHub Flow.
minus-squareuniqueid198x@lemmy.dbzer0.comlinkfedilinkarrow-up2·1 year agoGithub 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.
Git Flow and GitHub Flow are entirely different branching strategies.
Gitflow is has the same issues
Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow.
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.