As a vibe coder, you're constantly iterating, pushing a dozen commits a day. Your favorite tools are singing. But that changelog? It's always a manual drag. Sound familiar? #VibeCoder #GitHubFlow

Choose Git Flow for structured, versioned releases or GitHub Flow for continuous deployment based on your team's deploy frequency and release cycle needs.

https://dev.to/hongster85/git-flow-vs-github-flow-understand-in-3-minutes-kmm

#GitFlow #GitHubFlow #BranchingStrategy

Git Flow vs GitHub Flow : Understand in 3 Minutes

Choose Git Flow for structured, versioned releases or GitHub Flow for continuous deployment based on your team's deploy frequency and release cycle needs.

DEV Community
The Agile, the Fragile, and the Iron Fist of Branching Strategies

Whether you love it or hate it, Git has proven to be the nearly ubiquitous method engineering organizations employ to ship code today. However, when you’re just getting started and building your team, you may be thinking about which strategy is the right one for you to choose based on your current and future needs. ‍

Post do Igor com boa visão, e concordo com a recomendação dele no final do artigo.
---
RT @igorabade
Na sua empresa usa-se Git Flow para estruturar o processo de versionamento de código? Então deixa eu te dar uma má notícia: provavelmente vocês tomaram uma decisão (bem) ruim...

#azuredevops #azurerepos #devops #git #gitflow #github #githubflow

https://www.cloudmotion.com.br/blog/2023/04/19/usando-gitflow-oops/
https://twitter.com/igorabade/status/1651239769983131650

Usando Git Flow? Oops... | CloudMotion

Sua equipe usa Git Flow? Então deixa eu te dar uma má notícia: provavelmente vocês tomaram uma decisão (bem) ruim.

CloudMotion

Na sua empresa usa-se Git Flow para estruturar o processo de versionamento de código? Então deixa eu te dar uma má notícia: provavelmente vocês tomaram uma decisão (bem) ruim...

#azuredevops #azurerepos #devops #git #gitflow #github #githubflow

https://t.co/lcdykCpBQF

Usando Git Flow? Oops... | CloudMotion

Sua equipe usa Git Flow? Então deixa eu te dar uma má notícia: provavelmente vocês tomaram uma decisão (bem) ruim.

CloudMotion

I've read some articles about #TrunkBasedDevelopment versus #GitFlow / #GithubFlow. In short, TBD is about not having long-lived feature branches but all developers daily sending their changes to an always releasable main branch, this to avoid merge conflicts and to speed up continuous delivery.

What do you think about branching versus trunk based?

#swDevTermOfTheDay #GithubFlow is a branching model for the git #VCS where the master is always deployable, new work is done on local+remote branches off master, a #PullRequest (#PR) is opened before merging to master and merged to master once the #PR is approved.