Category: git

Subcategory: branches

Value: git checkout -b <branch-name>

Miniscription: Create and switch to new branch

Description: Creates a new branch from the current HEAD and immediately switches to it in a single combined command.

Kontributer: iarc13