Change working branch git checkout {{BRANCH_NAME}} Checkout command switches between branches -b flag tells it to create a new branch at the same time BRANCH_NAME: Branch name Example: git checkout commands Demo Related Create a new branch