Boys, don't dev alone or you'll end up with a git log like mine
submitted by
edited
https://lemmy.world/pictrs/image/1dea8cfc-eab5-4c4d-92a9-6890b5a5885b.mp4
RetroFed
Share on Mastodon
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?
You revert the broken commit usually.
https://martinfowler.com/articles/continuousIntegration.html
This is a good article on the topic