CompTIA Linux+ (XK0-005) — Question 267

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a git pull request is the proper way to propose merging the changes into the main branch for deployment. Option A is incorrect as creating a new branch isn't necessary after fixing issues, and option B is not needed since the technician is already working on the code. Option D, while useful for updating local code, does not address the need to merge changes into the main branch.