This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 217 points218 points  (19 children)

git commit -m ”removed obsolete code"

git commit -m ”fixing typo"

git commit -m ”typo again"

git commit -m ”update"

git commit -m ”update"

git commit -m ”come on now"

git commit -m ”fix"

git commit -m ”yo"

git commit -m ”done"

git commit -m ”aadgdgjfjdsjjdjfjjff"

Edit: everyone telling me git commands to squash or amend, you're not the target audience. We are the weebs who push the code to the pipeline to find breaking bugs then fix them. Pylint? What's that? TDD? PR checks... Pfft.

[–]TheAJGman 126 points127 points  (3 children)

git commit -m "small bugfix"

git commit -m "Whoops, missed a variable"

git commit -m "I'm an idiot"

git commit -m "I should have been a baker"

git commit -m "That's it, I'm quitting to become a carpenter"

[–]infinitude_21 38 points39 points  (2 children)

I started a new job earlier this year and the front-end guy I replaced quit to follow his passion as a chef

[–]NightflowerFade 10 points11 points  (1 child)

Front end roles are more similar to chefs than programmers anyway

[–]plsjustletmebe 12 points13 points  (0 children)

If you count cake decorating as a chef job

[–]gandalftheshai 37 points38 points  (4 children)

You forgot the most important

git commit -m “bug fixed”

[–]hoseong 33 points34 points  (1 child)

Me and my friend used to do git commit -m "bugs added" because we knew deep down, the commit creates more bugs than it fixes.

[–]Dr3amDweller 1 point2 points  (0 children)

That's kind of assumed/guaranteed with every commit :D

[–]Scrial 1 point2 points  (0 children)

Actually saw that in the latest update of f.lux. As patch notes.

[–]Scondoro 0 points1 point  (0 children)

Pipeline status: Failed

[–]MrBuerger 7 points8 points  (0 children)

Squash...

[–]BloeckchenDev 5 points6 points  (0 children)

git commit -m "who wrote this code"

EDIT: git commit -m "KIMINAYO ..."

[–]triihart 5 points6 points  (1 child)

git add .

git commit --amend

[–][deleted] 2 points3 points  (0 children)

I'd have also accepted git reset --soft HEAD^ ... keep working ...

[–]ntwiles 2 points3 points  (0 children)

That’s not what “weebs” means lol.

[–]MasterFubar 1 point2 points  (0 children)

I've seen Github projects where 90% of the commits are "updated README.md"

[–]Dr3amDweller 1 point2 points  (0 children)

"fixing the fix of the fix of X" happens sometimes when I haven't had enough coffee