ExamGecko
Question list
Search
Search

Question 432 - 200-901 discussion

Report
Export

Refer to the exhibit.

A network engineer must improve the fabric discovery process in a data center. The engineer wants to check current ACI scripts in the myproject repository and clone them to a folder named aci. The engineer will optimize the scripts from the new folder. Which command performs this task on the Git repository?

A)

B)

C)

D)

A.

Option A

Answers
A.

Option A

B.

Option B

Answers
B.

Option B

C.

Option C

Answers
C.

Option C

D.

Option D

Answers
D.

Option D

Suggested answer: D

Explanation:

To clone the 'myproject' repository from GitHub into a new folder named 'aci' for optimization, the correct command is:

git clone [email protected]:myproject aci

This command specifies the SSH URL of the repository ([email protected]

) and sets the target directory to 'aci.' The git clone command copies the repository to the local machine, creating a new directory named 'aci' where the repository's contents will be placed.

Git Clone Documentation

GitHub SSH Setup

asked 07/10/2024
Nicolas Da Silva
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first