XK0-005 · Question #176
A junior Linux administrator is performing version control on a Git repository. The administrator is given a list of tasks to complete: - List the currently installed Git release. - Show the status…
The correct answer is A. git clone --progress E. git --version. Prints the Git suite version that the git program came from. Progress status is reported on the standard error stream by default when it is attached to a terminal, unless --quiet is specified. This flag forces progress status even if the standard error stream is not directed to…
Question
A junior Linux administrator is performing version control on a Git repository. The administrator is given a list of tasks to complete:
- List the currently installed Git release.
- Show the status reporting of the clone.
Which of the following commands would allow the administrator to complete these tasks? (Choose two.)
Options
- Agit clone --progress
- Bgit clone --recursive
- Cgit --help
- Dgit clone --dissociate
- Egit --version
- Fgit clone --shared
How the community answered
(44 responses)- A89% (39)
- C2% (1)
- D2% (1)
- F7% (3)
Explanation
Prints the Git suite version that the git program came from. Progress status is reported on the standard error stream by default when it is attached to a terminal, unless --quiet is specified. This flag forces progress status even if the standard error stream is not directed to a terminal.
Topics
Community Discussion
No community discussion yet for this question.