Which Git command is used to get an initial copy on an existing Git repository for the first time?

IT Exam Items RepositoryCategory: DevNetWhich Git command is used to get an initial copy on an existing Git repository for the first time?

Which Git command is used to get an initial copy on an existing Git repository for the first time?

  • git add
  • git copy
  • git clone
  • git repo

Explanation: The command that you would use for the first copy of an existing Git repository is git clone .
Related exam: DevNet Associate – Practice Final Exam Answers