sag@lemm.ee to Programmer Humor@programming.dev · 2 years agoMy Git Knowledgelemm.eeimagemessage-square74fedilinkarrow-up1901arrow-down122
arrow-up1879arrow-down1imageMy Git Knowledgelemm.eesag@lemm.ee to Programmer Humor@programming.dev · 2 years agomessage-square74fedilink
minus-squaredarkpanda@lemmy.calinkfedilinkarrow-up10·2 years 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.