Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are working on a pipeline hosted on GCP and preparing to deploy your working copies using Cloud Build. What does the command git checkout -b new-feature do in this context?
git checkout -b new-feature
A
Create a production branch and push it to the Kubernetes
B
Create a development branch and push it to the Cloud Build server
C
Create a production branch and push it to the Git server
D
Create a development branch and push it to the Git server