Teamwork
[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.
[EN] Semantic Git …
Hello everyone,
do you know that? You browse through your project’s Git history and come across commit messages like “Fix” or “Changes”. In the worst case, you will only see “asdfasdf”. This might be funny at the moment, but when you start chasing a bug or trying to …
![[EN] Git in a team: The difference between feature branches and trunk-based development](/images/Feature-Based-Trunk-Based-Devlopment.jpeg)
![[EN] Semantic Git Commits: Your key to cleaner code and better collaboration](/images/Git-Semantic-Commit-Messages-Header.png)