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
List out branches:
git branch
Create a new branch:
git branch awesome
Delete a branch
git branch -d awesome
Ask questions via GitHub below OR chat on Slack #questions