Mert Şişmanoğlu@programming.devtoGit@programming.dev•What's the worst commit message you have ever seen?English
4·
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”
That’s so cool, this can be my favorite command so on. Switching between two branches is easy with that.
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.