ExamGecko
Question list
Search
Search

Question 21 - 200-901 discussion

Report
Export

What is the outcome of executing this command? git clone ssh:/[email protected]/path/to/my-project.git

A.

creates a local copy of a repository called “my-project”

Answers
A.

creates a local copy of a repository called “my-project”

B.

initiates a new Git repository called “my-project”

Answers
B.

initiates a new Git repository called “my-project”

C.

creates a copy of a branch called “my-project”

Answers
C.

creates a copy of a branch called “my-project”

D.

creates a new branch called “my-project”

Answers
D.

creates a new branch called “my-project”

Suggested answer: A

Explanation:


Reference: https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone

asked 07/10/2024
Scott Wells
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first