A DevOps engineer needs to download a Git repository from https://git.company.com/admin/project.git. Which of the following commands will achieve this goal?
A.
git clone https://git.company.com/admin/project.git
B.
git checkout https://git.company.com/admin/project.git
C.
git pull https://git.company.com/admin/project.git
D.
git branch https://git.company.com/admin/project.git
The correct command to download a Git repository from https://git.company.com/admin/project.git is:
A. git clone https://git.company.com/admin/project.git
git clone is the best option if its a new project. git pull would work best if it was an ongoing project that had multiple team members that had pushed their updates to the main repository
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.XK0-005 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.
linux_admin
8 months, 3 weeks agoCkl22
10 months, 2 weeks ago