canpolat@programming.devM to Git@programming.devEnglish · 2 years agoWhat's the worst commit message you have ever seen?programming.devimagemessage-square30fedilinkarrow-up1105file-text
arrow-up1105imageWhat's the worst commit message you have ever seen?programming.devcanpolat@programming.devM to Git@programming.devEnglish · 2 years agomessage-square30fedilinkfile-text
minus-squareMert Şişmanoğlu@programming.devlinkfedilinkEnglisharrow-up2·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.