nerdexam
CompTIA

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…

System Management

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)
  • A
    89% (39)
  • C
    2% (1)
  • D
    2% (1)
  • F
    7% (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

#Git Commands#Version Control#git clone#Command Line

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice