without special chars:
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”
B. initiates a new Git repository called “my-project”
C. creates a copy of a branch called “my-project”
D. creates a new branch called “my-project”
A is correct:
git clone is primarily used to point to an existing repo and make a clone or copy of that repo at in a new directory, at another location. The original repository can be located on the local filesystem or on remote machine accessible supported protocols. The git clone command copies an existing Git repository.
This section is not available anymore. Please use the main Exam Page.200-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
macxsz
6 months, 1 week agoanonymous1966
8 months, 1 week agodesignated
9 months, 3 weeks agojimikom
1 year, 3 months ago