CompTIA
XK0-005 · Question #183
A site reliability engineer updated the latest configuration management scripts and committed them to a workstream called either test or patch. A Linux administrator wants to ensure these latest…
The correct answer is D. pull. https://dzone.com/articles/top-20-git-commands-with-examples This command fetches and merges changes on the remote server to your working director.
System Management
Question
A site reliability engineer updated the latest configuration management scripts and committed them to a workstream called either test or patch. A Linux administrator wants to ensure these latest workstreams are able to be retrieved to the server. Which of the following is the BEST Git attribute to use?
Options
- Abranch
- Bfetch
- Clog
- Dpull
How the community answered
(54 responses)- A2% (1)
- B6% (3)
- C9% (5)
- D83% (45)
Explanation
https://dzone.com/articles/top-20-git-commands-with-examples This command fetches and merges changes on the remote server to your working director.
Topics
#Git#Version Control#Configuration Management#System Updates
Community Discussion
No community discussion yet for this question.