CompTIA
XK0-004 · 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 works
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.
Scripting, Containers and Automation
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
(40 responses)- A8% (3)
- B3% (1)
- C3% (1)
- D88% (35)
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#git pull#git fetch#version control
Community Discussion
No community discussion yet for this question.