A DevOps engineer wants to work on a snapshot of the infrastructure as code configuration. Which of the following commands should the engineer use to accomplish this task?
A. git pull is used for fetch and merge changes from a remote repository into the current
branch in your local repository.
B. git push is used to upload your local repository content to a remote repository.
C. git branch is used to list, create, or delete branches in your repository
git branch new-branch -- create a new branch
git branch -- list all branch
D. git tag is used to create a snapshot or a tag in the repository's history.
tags are often used to mark important points, such as releases or versions.
A tag is just a marker within the code. It makes sense that instead the developer here would want to create a branch to work on.
upvoted 2 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.
RecoilRabid
2 days, 5 hours agoAlex818119
1 month, 1 week agoEikan
1 month, 4 weeks agoNastyNutsu
2 months, 1 week agojimr999
3 months ago