Correct Answer: Any number of commits
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
What types of tags does Git support?
After staging a series of changes to the index, which command could you use to review them prior to a commit?
What does the git stash drop command do?
What command creates a new branch from the currently checked-out branch?
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 is the command to show the un-merged branches (local and/or remote) within the current branch?
git mv is equivalent to what sequence of commands?
How do you set an existing local branch to track a remote branch?
What is the option to print a text-base graphic of the commit history when doing 'git log'?
Which of these commands alters existing commits?