git command -m
git command -d
git command -message
none of the mentioned
Answer is Right!
Answer is Wrong!
The correct answer is A. git
11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
command -m.
The git commit command is used to create a new commit in the current branch. The -m option is used to specify a message for the commit. The message should describe the changes that were made in the commit.
The git command -d option is used to delete a branch. The git command -message option is not a valid option.
Here is an example of how to use the git commit command with the -m option:
git commit -m "This is a commit message."
This will create a new commit with the message “This is a commit message.”