Post #3383951
2026-06-23 20:22 UTC
Yea you always work on main on the same project.
You don’t push broken code. You always need to keep mainline healthy
It takes some special considerations
Replies (2)
-
@kewjo@lemmy.world 2026-06-23 20:33
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?
-
@exu@feditown.com 2026-06-24 05:44
That doesn’t stop you from removing your test commits before pushing