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