This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Which of the following choices isn't a branch workflow type?
Forking workflow.
Trunk-based development.
SmartFlow workflow.
Which of the following choices gives every developer a server-side repository?
Feature branching.
Trunk-based.
Forking.
Which of the following choices creates a feature branch using git commands?
git checkout -b feature_branch.
git checkout -n feature_branch.
git feature start feature_branch.
You must answer all questions before checking your work.
Was this page helpful?