@[email protected]M to [email protected]English • 2 years agoWhat's the worst commit message you have ever seen?programming.devimagemessage-square27fedilinkarrow-up1105arrow-down10file-text
arrow-up1105arrow-down1imageWhat's the worst commit message you have ever seen?programming.dev@[email protected]M to [email protected]English • 2 years agomessage-square27fedilinkfile-text
minus-squareMert ŞişmanoğlulinkfedilinkEnglish2•1 year 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.