What is the correct commit syntax for all changes with a message?
a) git message -am "I'm coding"
b) git add -a "I'm coding"
c) git commit -a "I'm coding"
d) git commit -am "I'm coding"