Correct Answer: git merge --strategy=ours oldBranch
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 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 is the git diff option to show the diffs of both staged and unstaged changes?
which command used to initialise the repository
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?
What command would let you modify your previous commit?
How would you create a custom shortcut or command across your git environment?