Branches enable us to create seperate contexts where we can try new things, or even work on multiple ideas in parallel.
The default branch name is called Master.
In 2020, Github renamed the default branch from master to main.
The default git branch is still Master.
Head is a pointer that refers to the current branch location in your repo. It points to a particular branch reference.
Branch commands