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