@canpolat@programming.devM to Git@programming.devEnglish • 2 years agoWhat's the worst commit message you have ever seen?programming.devimagemessage-square16fedilinkarrow-up15file-text
arrow-up15imageWhat's the worst commit message you have ever seen?programming.dev@canpolat@programming.devM to Git@programming.devEnglish • 2 years agomessage-square16fedilinkfile-text
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.