this post was submitted on 23 Jun 2026
87 points (92.2% liked)

Programmer Humor

31948 readers
393 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kewjo@lemmy.world 2 points 14 hours ago (1 children)

so when something breaks both devs, the one who made the previous change and the person pushing new, have to work together to solve the issue? no PRs or is everything a fork? do you revert and rebase every change?

[โ€“] Evotech@lemmy.world 2 points 13 hours ago* (last edited 13 hours ago)

You revert the broken commit usually.

https://martinfowler.com/articles/continuousIntegration.html

This is a good article on the topic