Pancakes!

reflop

thinking backwards...

Home Projects Now About

Git "add" and "commit" in One Command

Posted: 2023-10-16

I wanted a way to add everything changed into my git commit and make the comment at the same time. I found the command below:

git commit -am "[COMMIT_MESSAGE_HERE]"