Q:
You are tasked with managing source code and artifacts using Azure DevOps version control.
You need to ensure that the latest changes from other developers are included in your local version before making further modifications.
What action should you perform?
-
A
Check out the code for editing to force an update to the latest version.
-
B
Use the 'Get Latest Version' option in Source Control Explorer to fetch the most recent changes.
-
C
Perform a force push to overwrite the local changes with the server version.
-
D
Create a new workspace to download the latest version of the code.
B