How do I create a new branch in Git?

You can use the git checkout command with -b option to create and switch to a new branch.

Syntax: git checkout -b new-branch


Learn more about the similar topics:
Tutorials
No Content Found.
Exercises & Assignments
No Content Found.
Interview Questions & Answers
No Content Found.