149
Comments
  • 1
    I had a friend who always used 'git commit -m "."'
  • 1
    It could be worse, it could be just "..." or from a commit message generator site. I've seen both, unfortunately...
  • 0
    @gathurian looks like your friend was my friend too.
  • 1
    git commit -m "initial commit" for every commit
  • 1
    git commit -m 'changes'

    Or

    git commit -m 'code improvement'
  • 0
    git commit -m "Updated ReadME"
  • 0
    Had a coworker a couple of years ago who just keymashed every commit message 😭

    Thankfully he stopped when he had to find the commit where he had changed a specific method and learned the value of some description 🤣
Add Comment