sag@lemm.ee to Programmer Humor@programming.dev · 1 year agoMy Git Knowledgelemm.eeimagemessage-square75fedilinkarrow-up1901arrow-down122
arrow-up1879arrow-down1imageMy Git Knowledgelemm.eesag@lemm.ee to Programmer Humor@programming.dev · 1 year agomessage-square75fedilink
minus-squaredarkpanda@lemmy.calinkfedilinkarrow-up10·1 year agoLearn to use git bisect. If you have unit tests, which of course you should, it can save you so much time finding weird breakages.
Learn to use
git bisect
. If you have unit tests, which of course you should, it can save you so much time finding weird breakages.