A technician just fixed a few issues in some code and is ready to deploy the code into production. Which of the following steps should the technician take next?
A.
Create a new branch using git checkout.
B.
Perform a git clone to pull main down.
C.
Create a git pull request to merge into main.
D.
Perform a git pull to update the local copy of the code.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit