🌲 git branch
Create a new branch in a git repository
What is a more politically correct name for the master branch?
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