0 votes
in GitHub by

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"

Related questions

0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...