canpolat@programming.devM to Git@programming.devEnglish · 1 year agoWhat's the worst commit message you have ever seen?programming.devimagemessage-square13fedilinkarrow-up14arrow-down10file-text
arrow-up14arrow-down1imageWhat's the worst commit message you have ever seen?programming.devcanpolat@programming.devM to Git@programming.devEnglish · 1 year agomessage-square13fedilinkfile-text
minus-squareMert Şişmanoğlu@programming.devlinkfedilinkEnglisharrow-up1·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.