cm0002@lemdro.id to Programmer Humor@programming.devEnglish · 1 day agoWhen you screw up gitlemmy.zipimagemessage-square62fedilinkarrow-up1725arrow-down16
arrow-up1719arrow-down1imageWhen you screw up gitlemmy.zipcm0002@lemdro.id to Programmer Humor@programming.devEnglish · 1 day agomessage-square62fedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up8·15 hours 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-up4arrow-down1·14 hours 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.