160k views
2 votes
You have a version control system installed. several developers work with this system. a new developer wants to work on the code. what is the first task that the developer must perform?

a. send an approval request to get the code
b. check out the existing code copy
c. the code from the developers' system
d. check in the code

User Gberger
by
8.4k points

1 Answer

3 votes

Final answer:

The first task is checking out the existing code copy and making changes on a local working copy. Once changes are made, the code can be checked in to update the version control system.

Step-by-step explanation:

The first task that the new developer must perform is checking out the existing code copy. This is done to create a local working copy of the code on the developer's machine. By checking out the code, the developer can make changes and modifications without affecting the main codebase. Once the changes are made, the developer can then check in the code to update the version control system with the changes made.

User Koo SengSeng
by
8.4k points