ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 251 - XK0-005 discussion

Report
Export

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.
Answers
A.
Create a new branch using git checkout.
B.
Perform a git clone to pull main down.
Answers
B.
Perform a git clone to pull main down.
C.
Create a git pull request to merge into main.
Answers
C.
Create a git pull request to merge into main.
D.
Perform a git pull to update the local copy of the code.
Answers
D.
Perform a git pull to update the local copy of the code.
Suggested answer: C

Explanation:

After fixing issues in the code, the next step is to merge these changes into the main branch.This is typically done by creating a pull request78.

Reference: 7(https://zeet.co/blog/deploy-to-production) 8(https://stackoverflow.com/questions/11833511/git-deploy-to-production)

asked 02/10/2024
EDMARCIO S BRITO
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first