DEV Community

Cover image for If You Think YOUR Commit Messages Are Bad, Just Wait…
Sylwia Laskowska
Sylwia Laskowska

Posted on

If You Think YOUR Commit Messages Are Bad, Just Wait…

Lately it’s been all conferences, front-end celebrities, and very serious topics. And honestly? I’m tired…
Tired of ambitious topics - not of blogging! 😄

It’s a quiet Sunday afternoon, nothing’s happening.
So if you somehow wandered in here, enjoy this small collection of the dumbest / funniest commit messages I remember from my projects.


📝 Repeated “Fixes”™

"fix"
"fix"
"fix-final"
"ok final fix"
"fix final final"
"fixed previous fix"
Enter fullscreen mode Exit fullscreen mode

This is exactly what my DevOps’ commits looked like whenever he had to “quickly install something” into the code.
Luckily he always squashed later 😂


🛐 “Did the needful”

"did the needful"
Enter fullscreen mode Exit fullscreen mode

My teammate’s classic message for the pointless “do it right now” tasks the manager dropped on us. 🙏


🔧 Build-Struggle Chronicles

"attempt to fix the build"
"ok, fix the build"
Enter fullscreen mode Exit fullscreen mode

Let’s be honest… there were probably more attempts 😅


🔙 “Rollback the rollback”

"rollback the rollback"
Enter fullscreen mode Exit fullscreen mode

Who among us hasn’t rollbacked a rollback? 🤷‍♂️


⚡ Demo-Driven Development™

"quick fix before the demo, forgive me"
Enter fullscreen mode Exit fullscreen mode

Peak engineering culture. Peak survival instinct. 🌪️


🙏 “please work”

"please work"
Enter fullscreen mode Exit fullscreen mode

Who hasn’t written this one, hoping the code will show mercy? 🥲


😵 “too tired to explain”

"too tired to explain"
Enter fullscreen mode Exit fullscreen mode

A universal Friday-at-8-PM commit message.


🫣 The Pre-ESLint Era

"added a coma, now works fine"
Enter fullscreen mode Exit fullscreen mode

One comma to rule them all.


🧨 “some minor fixes”

"some minor fixes"
Enter fullscreen mode Exit fullscreen mode

100 lines changed.
Zero regrets. 😇


💬 Your turn!

Do you remember similar gems from your own projects?
Share them — let’s build the ultimate Hall of Fame of Terrible Commit Messages 😎

Top comments (2)

Collapse
 
adamthedeveloper profile image
Adam - The Developer

Or my favorite are the messages when they first push something:

  • “ initial commit “
  • “ initial “
  • “ init “
  • “ first commit “

🤣🤣

Collapse
 
sylwia-lask profile image
Sylwia Laskowska

Hahaha yes, especially when it’s the first and the last commit in the whole repo xD