Google News
logo
Git - Quiz(MCQ)
How do you supply a commit message to a commit?
A)
Git add "My first commit"
B)
Git commit "My first commit"
C)
Git commit -m "I'm coding!"
D)
Git message "My first commit"

Correct Answer :   Git commit -m "I'm coding!"

Advertisement