Photo

An Efficient Git Workflow For High-Stakes Projects

Vladislav Shpilevoy

from VirtualMinds (Germany)

About speaker

Senior Developer at VirtualMinds

A senior developer in VirtualMinds and a developer in Tarantool DBMS.

About speakers company

Advertisement.

Abstracts

specific

Git is a tool most programmers rely on, whether for work or personal projects. It’s far more than just a method for syncing local and remote changes; Git embodies a way of thinking that serves as the foundation for development workflows and steers project evolution.

At its core, Git has essential concepts such as commits, change history, branching, rebasing, and merging. While Git offers many features, these are its heart. Misusing them can lead to significant opportunity costs, while striking the right balance simplifies development at all levels and benefits the project’s community (if it has any).

This talk focuses on applying these core concepts specifically to critical systems, where code quality and readability are paramount. Drawing from my experience in low-level backend development, I’ll cover the following topics:

* The importance of commit “atomicity” and what it means.
* The cost and value of maintaining a clean commit history.
* How “multi-commit patchsets” can accelerate development and code review.
* Using rebase as a method for constructing patchsets.
* Merge-Commits vs Fast-Forward.

Many teams enforce strict Git practices based on these key principles, and for good reason. I’ve worked on projects that fully harnessed Git’s potential from the outset, as well as those that initially overlooked its strengths but later embraced them. My goal is to help more teams achieve greater efficiency by adopting these best practices, provided their project highly depends on uncompromising code quality and easy maintenance.

The Program Committee has not yet taken a decision on this talk