Solved

An Issue Was Discovered on a Testing Branch of a Git

Question 141

Multiple Choice

An issue was discovered on a testing branch of a Git repository. A file was inadvertently modified and needs to be reverted to the master branch version. Which of the following is the BEST option to resolve the issue?


A) git branch -b master file
B) git merge master testing
C) git stash branch master
D) git checkout master -- file

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions