CombatWombatEsq@lemmy.world to Programming@programming.dev · 2 days agoPSA: including a diff in your git commit message can lead to it being applied to the codegithub.comexternal-linkmessage-square15linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkPSA: including a diff in your git commit message can lead to it being applied to the codegithub.comCombatWombatEsq@lemmy.world to Programming@programming.dev · 2 days agomessage-square15linkfedilink
minus-squareTempy@programming.devlinkfedilinkEnglisharrow-up0·17 hours agoI would have thought that you fix it locally, git commit, and regenerate the patch set again. Maybe with optional squashing of commits so each patch set doesn’t keep growing.
I would have thought that you fix it locally, git commit, and regenerate the patch set again. Maybe with optional squashing of commits so each patch set doesn’t keep growing.