Google News
logo
Git - Quiz(MCQ)
What is the command to commit with the message "New email":
A)
git commit -log "New email"
B)
git commit -mess "New email"
C)
git commit message "New email"
D)
git commit -m "New email"

Correct Answer :   git commit -m "New email"

Advertisement