@[email protected]M to [email protected]English • 2 years agoWhat's the worst commit message you have ever seen?programming.devimagemessage-square16fedilinkarrow-up15
arrow-up15imageWhat's the worst commit message you have ever seen?programming.dev@[email protected]M to [email protected]English • 2 years agomessage-square16fedilink
minus-squareMert ŞişmanoğlulinkfedilinkEnglish1•2 years agoWorst commit that i pushed receantly was git commit -m "._." for my personal js practice repo. I needed it because all of the content is “CRLF” but I’m using “LF” on my machine.
Worst commit that i pushed receantly was
git commit -m "._."
for my personal js practice repo. I needed it because all of the content is “CRLF” but I’m using “LF” on my machine.