link
List, create, or delete branches
git branch
List all branches
Create new branch
git branch new-feature
Delete branch
git branch -d old-branch