minus-squareMert Şişmanoğlu@programming.devtoGit@programming.dev•What's the worst commit message you have ever seen?linkfedilinkEnglisharrow-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. linkfedilink
minus-squareMert Şişmanoğlu@programming.devtoGit@programming.dev•What's the worst commit message you have ever seen?linkfedilinkEnglisharrow-up2·2 years agoTwo users trying to chat with each other via commit messages. 1: “Youtube bro” 2: “Ohoo thanks” linkfedilink
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.