Git

[EN] Jujutsu (jj): Why this VCS might overtake Git
[EN] Jujutsu (jj): Why …

Jujutsu (jj): A new paradigm for version management

Git is the industry standard, no question. But be honest: how many times have you struggled with git stash, git add -p or resolving merge conflicts that blocked your entire workflow?

[EN] Rust, Speed ​​& Repo Insights: This is new in Git 2.53
[EN] Rust, Speed ​​& Repo …

Git is one of those tools that people often think of as “finished.” But release 2.53 proves the opposite. For us developers, this update means one thing above all: a better Developer Experience (DX) through smarter automation and noticeable performance optimizations under the hood.

[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.