CompTIA
XK0-004 · Question #18
A Linux administrator wants to fetch a Git repository from a remote Git server. Which of the following is the BEST command to perform this task?
The correct answer is B. git clone. The git clone is a command-line utility which is used to make a local copy of a remote repository.
Scripting, Containers and Automation
Question
A Linux administrator wants to fetch a Git repository from a remote Git server. Which of the following is the BEST command to perform this task?
Options
- Agit checkout
- Bgit clone
- Cgit merge
- Dgit config
How the community answered
(39 responses)- B95% (37)
- C3% (1)
- D3% (1)
Explanation
The git clone is a command-line utility which is used to make a local copy of a remote repository.
Topics
#git clone#remote repository#version control#git
Community Discussion
No community discussion yet for this question.