ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 357 - XK0-005 discussion

Report
Export

A DevOps engineer pushed the updated configuration to an existing branch of a remote Git repository. Which of the following commands should the Linux administrator use to obtain these configuration changes?

A.

git pull

Answers
A.

git pull

B.

git log

Answers
B.

git log

C.

git fetch

Answers
C.

git fetch

D.

git checkout main

Answers
D.

git checkout main

Suggested answer: A

Explanation:

The git pull command fetches changes from the remote repository and merges them into the current branch. This is the correct command for obtaining the updated configuration that was pushed to the remote repository.

asked 18/10/2024
Marcos Antonio Dantas
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first