Question:
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 .
Exam with this question: DevNet Associate – Practice Final Exam Answers
Please login or Register to submit your answer