@cm0002 to Programmer [email protected] • 12 hours agoWhen you look at code you wrote last yearlemmy.mlimagemessage-square15arrow-up1473arrow-down15
arrow-up1468arrow-down1imageWhen you look at code you wrote last yearlemmy.ml@cm0002 to Programmer [email protected] • 12 hours agomessage-square15
minus-square@[email protected]linkfedilink20•9 hours agoThe more frustrated you are when running git blame the more likely the command turns out to be a mirror.
minus-squareHorrabinlinkfedilink3•7 hours agoThis is where the programmer’s way to humbleness starts :-D
minus-square@[email protected]linkfedilinkEnglish4•7 hours agoLast time that happened to me, it was a mirror, but also not. I had moved functions from one file to another without changing the contents. As a result, all those lines referred to me. And since I started thinking, I found this
minus-square@[email protected]linkfedilink1•1 hour agoGood link that, I’ll have to add those flags to my list of aliases
The more frustrated you are when running
git blame
the more likely the command turns out to be a mirror.This is where the programmer’s way to humbleness starts :-D
Last time that happened to me, it was a mirror, but also not.
I had moved functions from one file to another without changing the contents. As a result, all those lines referred to me.
And since I started thinking, I found this
Good link that, I’ll have to add those flags to my list of aliases