ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
quiz
Branching & Pull Requests
Question 1 of 6
Score: 0/6
What command creates a new branch and switches to it in one step?
git branch new-branch && git checkout new-branch
git checkout -b new-branch
git create new-branch
git new-branch
Check Answer
Previous
Next Topic