Correct Answer: git checkout --theirs index.html
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 does the git commit option -s abbreviate?
How is it possible to record a merge from branch "oldBranch" into master without modifying master content?
What is the abbreviation for the --dry-run option of git add?
Which command obtains the common parent of two commits?
What does adding the -a option to git commit do?
What command would you use to create a new git repository?
While modifying a file, you're unexpectedly assigned an urgent bug fix on another branch. How can you temporarily save your local work without committing?
After you've successfully merged two branches and committed the changes, what is the next step in keeping your git structure organized?
What change will the following command make to the staging area files? git rm --cached testfile.js
What is the best way to characterize the git commit structure?
Git MCQs | Topic-wise