Trunk Based Development

[EN] Git in a team: The difference between feature branches and trunk-based development
[EN] Git in a team: The …

Git is a team sport: Why we need strategies

When you start working on your first projects, Git is usually pretty simple: you write code, do a git add, then a git commit and finally a git push. Complete. You are the only author and the main branch belongs solely to you.