Gonzako@lemmy.world to Programmer Humor@programming.dev · edit-212 days agoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldvideomessage-square78linkfedilinkarrow-up1137arrow-down111
arrow-up1126arrow-down1videoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldGonzako@lemmy.world to Programmer Humor@programming.dev · edit-212 days agomessage-square78linkfedilink
minus-squarekewjo@lemmy.worldcakelinkfedilinkarrow-up3·12 days agoso 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?
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up3·edit-212 days agoYou revert the broken commit usually. https://martinfowler.com/articles/continuousIntegration.html This is a good article on the topic
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