git checkout -b <branch>
Term side of the Card
Topic: Git Commands - Branches
Unit title: git checkout -b <branch>
Categories: Command
Explanation side of the Card
Explanation: The command that creates a new branch and switches to it in one step. This shortcut simplifies the process of starting work on a new feature or fix.