cm0002@lemdro.id to Programmer Humor@programming.devEnglish · 14 days agoWhen you screw up gitimagemessage-square66linkfedilinkarrow-up1788arrow-down17
arrow-up1781arrow-down1imageWhen you screw up gitcm0002@lemdro.id to Programmer Humor@programming.devEnglish · 14 days agomessage-square66linkfedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up9·13 days agoKeep your commits small. Merge often. That will reduce the likelihood of terrible merge conflicts. If you’re not sharing your work with your team mates for a long time, then you’re setting yourself up for trouble.
minus-squareSpaceCowboy@lemmy.calinkfedilinkarrow-up5arrow-down1·13 days agoAlso rebase is usually better than merge.
Keep your commits small. Merge often. That will reduce the likelihood of terrible merge conflicts.
If you’re not sharing your work with your team mates for a long time, then you’re setting yourself up for trouble.
Also rebase is usually better than merge.