thinking backwards...
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]"