DEV Community

Cover image for git commit -m "_____"
Michael Lee 🍕
Michael Lee 🍕

Posted on

git commit -m "_____"

Alt Text

A: 🎉
B: test
C: initial commit

Or suggest your own answer.

Latest comments (36)

Collapse
 
fennecdjay profile image
Jérémie Astor

Glad to see I'm not the only one 😄

Collapse
 
dansilcox profile image
Dan Silcox

git commit -m "Fix it properly this time... I hope :)"
git commit -m "."
git commit -m "AARGHHHHH COME ONNNNN!!!!1111"
... then the commits stop because it finally worked! :)

Collapse
 
michael profile image
Michael Lee 🍕

Lol too real.

Collapse
 
christiandrotor profile image
Noel Drotor

Git commit -m "to nothing"

I have commitment issues lol

Collapse
 
jameswagstaff1985 profile image
James Wagstaff

Git commit -m "Bug fix"
Or the infamous
Git commit -m "what does it matter, everything is being pushed to master"

Collapse
 
n1amr profile image
Amr Alaa

git commit -m "$(date -Isec)"

Collapse
 
michael profile image
Michael Lee 🍕

And, what does this do?

Collapse
 
n1amr profile image
Amr Alaa

Sets the commit message to the current date

Collapse
 
njericooper profile image
Njeri Cooper

git commit -m”I ripped my hair out for three days over a missing semicolon”

Collapse
 
michael profile image
Michael Lee 🍕

😩 Too real. Or "I ripped my hair out because I was reloading prod instead of local"

Collapse
 
peterwitham profile image
Peter Witham

git commit -m "See previous commit"

Collapse
 
zymawy profile image
Ironside

git commit -m "Added Feature"

Collapse
 
ahmet profile image
Ahmet Çadırcı

All messages from this project: "revised"

revised

Collapse
 
praneetnadkar profile image
Praneet Nadkar

git commit -m "Fixed it"

git commit -m "Fixed it for real this time"

git commit -m "Damn. Fixed"

git commit -m "Fix it for real"

git commit -m "Finally"

git commit -m "Build fails"

git commit -m "F**kin regex!"

Collapse
 
michael profile image
Michael Lee 🍕

🤣