20

Why do people fucking do this? You're working in a team, ffs. Even if right now you're the only one working on that branch or whatever, that doesn't make it okay to have the most useless commit messages of all time.

Comments
  • 12
    Because he/she uses git for cloud storage, not vcs.
  • 3
    Merge -> squash and delete branch!
  • 0
    Yeah i usually save it as 'updated' then commit
  • 5
    @C0D4 dont merge, delete branch
  • 2
    We have a commit message policy in the company I work to prevent something like this.
  • 0
    minor

    minor

    minor

    bugfix

    minor
  • 0
    I do that (not at such gruesome levels tho) because I know I gonna rebase my commits, and the changes are so minuscule that they don't deserve a comment.
    Something like
    -m "optimized"
    -m "s" #for "same"
    -m "s"
    Then just one commit named "optimizations"
  • 0
    @cfood this
  • 0
    @p3rand0r still optimizations is saying the same as just commenting 1.
Add Comment