MCQ Single Best Answer Easy

QHow do team members tend to work with Git repos on a project?

ID: #22710 Azure Repos - Azure DevOps 93 views
Question Info
#22710Q ID
EasyDifficulty
Azure Repos - Azure DevOpsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A They access the repo remotely and make the required changes, and then other members submit pull requests.
  • B They clone the repo locally, create a branch for new work, and then commit changes to the local branch.
  • C They clone the repo locally, make the required changes, and then push changes to the distributed repo.
Correct Answer: Option B

Explanation

Since Git is a distributed system, developers will have local copies and changes must be approved before being added back.

Share This Question

Challenge a friend or share with your study group.