List of questions
Related questions
Question 329 - XK0-005 discussion
A DevOps engineer is working on a local copy of a Git repository. The engineer would like to switch from the main branch to the staging branch but notices the staging branch does not exist. Which of the following Git commands should the engineer use to perform this task?
A.
git branch -m staging
B.
git commit -m staging
C.
git status -b staging
D.
git checkout -b staging
Your answer:
0 comments
Sorted by
Leave a comment first