Q: How do team members tend to work with Git repos on a project?
-
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.
B
Answer:
B
Explanation:
Since Git is a distributed system, developers will have local copies and changes must be approved before being added back.
Related Topic:
Share Above MCQ