Exam Preparation Quiz

Question 28 of 75

Select the Correct Git Command to Restore a File Revision

You work at MDFT Pro, which uses Git for source control. You are maintaining an application named TrainerPortal. In the main branch, you need to restore the third most recent revision of a file named App.exe.config.

What is the correct Git command to accomplish this goal?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about the Git checkout command:
Git Checkout
Next Question