44

Whatever you do, NEVER EVER use lame commit messages like "updated". Your future self will thank you.

Comments
  • 2
    I guess I am guilty sometimes
  • 2
    do you mean like just "update this feature" in general? or more like "Updated README.md" ?
  • 1
    Out of laziness I write just update :) id's just personal projects...
  • 1
    Commit message. Line 123_ 250 functions name impacted.

    Commit message object name_ function name edited, commented, added.

    Let me know if someones got better
  • 2
    "Fix some ardrone driver warnings. That code causes my eyes to bleed"
  • 2
    Well some colleagues just put the date in the message... Including the exact time of the commit. Yay!
  • 1
    Guilty...
  • 2
    I sometimes do that by mistake while updating README directly on GitHub
  • 1
    @SubhrajyotiSen I did just that the other day! Oops :)
  • 1
    "updated"
    "bug fixed"
    "code improved"
    "small change"
    Of course I never even once used those commit messages, they came into my mind entirely randomly... 😇
  • 1
    If you can't succinctly describe your commit, it probably should have been multiple commits. #srp
Add Comment