Correct Answer: git revert HEAD
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
Which command will move the changes from the last commit into in the stage area?
Which command removes file foo.txt from the index but not from the working directory?
Which of these commands alters existing commits?
What is the option to print a text-base graphic of the commit history when doing 'git log'?
How do you set an existing local branch to track a remote branch?
How does Git internally manage branches?
What happens if you run this command from your master branch? git checkout -b beta-test
After mistakenly staging a file named myFile to the index, how would you remove it from the index to exclude it from your next commit?
What command creates a new branch from the currently checked-out branch?
What does the git stash drop command do?