git branch Create a new branch in a git repository

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.
Get Unlimited PRO Access

OR


*Enrollment provides full access to this course (and updates) for life.

List out branches:

command line
git branch

Create a new branch:

command line
git branch awesome

Delete a branch

command line
git branch -d awesome

Questions?

Ask questions via GitHub below OR chat on Slack #questions