0 votes
in GitHub by
How do you supply a commit message to a commit?

a) git message "I'm coding"

b) git add "I'm coding"

c) git commit "I'm coding"

d) git commit -m "I'm coding"
...