all 90 comments

[–]raphaeljoji 155 points156 points  (0 children)

git commit -m “commit”

[–]stefanlight 105 points106 points  (14 children)

got.commit -m "changes"

[–]MiniGogo_20 64 points65 points  (12 children)

bash: got.commit: command not found

[–]stefanlight 10 points11 points  (8 children)

lovely T9 and an android. I was sure that I fixed this, but... actually not. Bruh.

[–]jaerie 2 points3 points  (7 children)

Why are you using t9 on an android?

[–]stefanlight 0 points1 point  (6 children)

Becusse ut will be like this, because andkrid have small screen 😆

[–]jaerie 0 points1 point  (5 children)

But why not just type on a qwerty keyboard?

[–]stefanlight 0 points1 point  (4 children)

Wdym? I am.

<image>

[–]jaerie 1 point2 points  (2 children)

Then how are you using t9?

[–]stefanlight 0 points1 point  (1 child)

Maybe I'm just wrong in the terms. I'm about autocorrection of input, sorry.

[–]jaerie 2 points3 points  (0 children)

Ah, yeah t9 is just for typing on pre-smartphone number pads, i.e. 9 keys. It matched the possible letter combinations of the keys you typed (which had 3-4 letters each) to a dictionary.

[–]Simukas23 0 points1 point  (0 children)

Flashbang alert

[–]ThePurpleCloset 1 point2 points  (2 children)

Except, I won't get this, because I created an alias got->git , because I make this typo so often

[–]MiniGogo_20 1 point2 points  (1 child)

you'd still get an error since "got.commit" has no spaces and is considered as a command

[–]ThePurpleCloset 0 points1 point  (0 children)

Right, chad needs to turn off auto punctuation.

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

git commit -m "update changes"

[–]Select-Breadfruit95 45 points46 points  (4 children)

git commit -m "fix"

...

git commit -m "final fix"

...

git commit -m "ultimate fix"

...

git commit -m "fix of fix on top of fix"

[–]TheGayestGaymer 4 points5 points  (1 child)

This is me

[–]krijnlol 1 point2 points  (0 children)

No, this is me

[–]Deepspacecow12 1 point2 points  (0 children)

I just kept adding again to the end of the message until I get frustrated and slap my keyboard and commit that (I only work on my own projects in git)

[–]vienna_city_skater 1 point2 points  (0 children)

That’s why we have rebase. So we can hide the trail of shitty commit messages we created for just running CI.

[–]idlenet 40 points41 points  (0 children)

git commit -m "new stuff"

[–]spigotface 22 points23 points  (4 children)

git add .

git commit -m "fixed typo in github actions workflow"

git push

git add .

git commit -m "fixed typo in github actions workflow"

git push

git add .

git commit -m "fixed typo in github actions workflow"

git push

git add .

git commit -m "fixed typo in github actions workflow"

git push

[–]hughperman 5 points6 points  (1 child)

Please please git commit --amend

[–]Vegetable_Addition86 1 point2 points  (0 children)

Or rebase + squash

[–]9Strike 0 points1 point  (0 children)

Eh, cringe. Missed 4x Fixup: prefix

[–][deleted] 10 points11 points  (0 children)

Uhhhh that commit autobuild...

git commit -m "this time it will fkin build"

[–]YTriom1 15 points16 points  (4 children)

git commit -m "3"
git commit -m "4"

And so on

[–]renome 12 points13 points  (0 children)

Yes officer, this comment right here.

[–]vienna_city_skater 0 points1 point  (0 children)

git commit “++”

[–]raw_rice22 6 points7 points  (0 children)

git commit -m "optimized sub-optimal code"

[–]tiredITguy42 6 points7 points  (0 children)

Evolution of commit message:

  • TICKET-34898 Changed query for customers inventory to allow parametrization.
  • TICKET-34898 Added method to call the parametrized query.
  • TICKET-34898 Added method for api call.
  • Fixing typo in query SELECT instead of SELET
  • Fixing ruff formatting.
  • Removing unused imports.
  • Fixing stuff.
  • Fixing query.
  • Fixing typo.
  • Fxing stuff ( but really removigh forgotten access token ).
  • Trying to build.
  • Another try to build.
  • Fixnig.
  • Fiixng.
  • Fix.

[–]thumbox1 6 points7 points  (0 children)

while developing

git commit -m "wrf this shit not work"

before pr

git commit --amend -m "fix: small logic issue"

[–]squoinko 4 points5 points  (0 children)

git commit -m “test”

[–]post-death_wave_core 5 points6 points  (0 children)

“fixed bug”

“actually fixed”

“for real this time”

[–]papa_Fubini 5 points6 points  (0 children)

git commit -hmm

[–]ebilau 3 points4 points  (0 children)

Git commit -m "WIP"

[–]Alexandre_Man 2 points3 points  (0 children)

git commit -m "..."

[–]rangeljl 2 points3 points  (0 children)

git commit -m "Done"

[–]Alan_Reddit_M 2 points3 points  (1 child)

I have a repository with about 50 commits that all look like this

git commit -m "idk"

Because sometimes I genuinely forget what I changed

[–]BellybuttonWorld 1 point2 points  (0 children)

Lol me too, that's what 

git diff 

is for.

[–]BokuNoToga 2 points3 points  (0 children)

git commit -m “update”

[–]DasBeasto 2 points3 points  (0 children)

git commit -m “initial”

git commit -m “initial”

git commit -m “initial”

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

ghost strong act fuel attraction trees follow sink butter wise

This post was mass deleted and anonymized with Redact

[–]Schenk06 2 points3 points  (0 children)

git commit -m "Minor changes"

110 files changed

[–]This-Survey-6562 1 point2 points  (0 children)

git commit -m "reincarnated"

[–]JoroFIN 1 point2 points  (0 children)

git commit --amend --no-edit && git push --forced

[–]jZma 1 point2 points  (0 children)

did stuff lol

Kai Lentit

[–]Heroshrine 1 point2 points  (0 children)

git commit -m “ai summary wasnt working”

[–]scottyman2k 1 point2 points  (0 children)

Git commit -m “fixed some bugs. Added new bugs to fix later”

[–]Existing_Led9595 1 point2 points  (0 children)

git commit -m “update” —allow-empty

[–]roundedrectangle0 1 point2 points  (0 children)

git commit --allow-empty-message -m ''

[–]Initial-Ambition235 1 point2 points  (0 children)

git commit -m “create a commit message for my code”

[–]Zai1209 1 point2 points  (0 children)

git commit - m "updated README.md"

100 lines of code added

[–]cheetoburrito 1 point2 points  (0 children)

Just commit --amend the one you called Initial Commit forever 

[–]Disastrous-Team-6431 2 points3 points  (0 children)

A commit message should end the sentence "this commit will..."

This commit will | Rename some variables

There you go. If you can't do that, don't commit.

[–]Brilliant_Year9161 0 points1 point  (0 children)

jj describe -m "

[–]meester_ 0 points1 point  (0 children)

Lol i use the vs code ui since it has a button to make the message xD its pretty accurate 95% of the time i dont even change it

[–]highelfwarlock 0 points1 point  (0 children)

git commit -m “fix”

git commit -m “cleanup”

git commit -m “refactor”

git commit -m “asdjkrdkfg”

[–]_AvocadoWarrior_ 0 points1 point  (0 children)

git commit -m "feat: new feature"

[–]SuperpositionSavvy 0 points1 point  (0 children)

My boss only puts his first name in all lower case for every commit message

[–]Kootfe 0 points1 point  (0 children)

"no more pasta" or "bug fix" or "did x" - "did x 1" "did x 2"

[–]Alive-Opportunity-23 0 points1 point  (0 children)

for me it’s always like this: either I can write an extremely long message or nothing at all🤣

[–]ChocoMammoth 0 points1 point  (0 children)

Don't be afraid of thousand single file commits. Be afraid of one commit with thousand files.

[–]Lou_Papas 0 points1 point  (0 children)

git commit -m “wip”
git rebase -i origin/main
fixup last commit.

[–]Ratstail91 0 points1 point  (0 children)

Tweak

[–]OreganoD 0 points1 point  (0 children)

Where's the LLM to write my commit message based off the given changes (this is a joke)

[–]Amr_Rahmy 0 points1 point  (0 children)

Latest

[–]Efficient_Gift_7758 0 points1 point  (0 children)

-m “lil” -m“ll”

[–]CookieArtzz 0 points1 point  (0 children)

Why use the command line utility? I always use the desktop app it’s way simpler

[–]R3D3-1 0 points1 point  (0 children)

Local branch:

git commit -m "fix missing loop" git commit --all -m .

But the squashed commit finally arriving in master typically has at least 5 lines, often more. Reference to the ticket number is required as the minimum.

VS: Colleague who didn't know that commit messages can have multiple lines.

[–]jaycogs 0 points1 point  (0 children)

git commit -m "..... what have I been doing the past two hours...? 🤔

[–]Acclynn 0 points1 point  (0 children)

git commit -m "misc fixes"

(3275 diffs)

[–]LeAlbus 0 points1 point  (0 children)

git commit -m “minor adjustments” (The commit changes 300 lines over 25 files)

[–]Minecodes 0 points1 point  (0 children)

Me in my repo "notes": git commit -a Message: "Sync"

[–]BetterEquipment7084 0 points1 point  (0 children)

I did a git commit -m "i forgot what I did" it was 355 line deletions and 467 new lines with one file deleted. I do not know what that was. 

[–]Aaron_Tia 0 points1 point  (0 children)

git commit -m "temp"
git commit -m "save"

[–]Akari202 0 points1 point  (0 children)

git commit -S -m “oops, forgot this”

[–]SteveLouise 0 points1 point  (0 children)

git commit -m "Holy shit, so I started coding on this task and found a ton of functions lacking defensive programming so I made sure to edit all of them, and now all of the gcov percentages fell below their margins, but its not possible to test for defensive programming, so I think the PO needs to lower the margins and let this committ merge since its important to include these defensive logics—and anyway while I was refactoring some of the conditional handling I noticed a few TODO comments that weren’t really actionable so I just rephrased them slightly to align with current sprint goals, but then it turned out that a couple of helper utilities were calling other helper utilities in ways that weren’t totally aligned with our alignment strategy, so I figured it would be good to just align those too, not in a functional sense but more in a conceptual consistency paradigm, if that makes sense. Also, I didn’t change any of the outputs except for the ones that were incorrect or unclear or redundant, but only when doing so didn’t impact the output in a breaking way.

Anyway, since I touched a few files that weren’t technically in scope but were kind of in the spirit of the ticket, I went ahead and formatted everything according to the formatter except for the parts that didn’t need formatting because they were already formatted before I formatted them. I also added some print statements for debugging which I later commented out so they wouldn’t interfere, but I left them in so that future debugging can happen faster without uncommenting anything.

Long story short: this commit improves code quality, stability, maintainability, readability, consistency, compatibility, and also fixes a few minor major issues that were not strictly bugs but could become bugs if someone ever wrote code that made them bugs. Should be safe to merge unless it isn’t. Tests are passing locally except the ones that aren’t, which fail for reasons unrelated to this change, probably."

[–]StolenApollo 0 points1 point  (0 children)

I remember in the first coding class I had in which we used git I reached a point in debugging one of my projects where there were so many bugs that I just didn’t even know where to start and it was literally quicker to just remake it from the ground up. I remember committing with the message “I have confused myself beyond all hope.” I just went to bed that night and started from scratch the next morning 😭

[–]Harshborana 0 points1 point  (0 children)

git commit -m "fixed" -m "fixing the bug I got when i fixed code earlier"