Notes: 09. Branching
This has been reviewed and all content is up to date as of May 2020.
At the time of recording, git and github both defaulted to calling the initial branch master
. This is no longer the case, with alternatives such as main
and trunk
now preferred. You will see this when
you create a new repo, whether on the command line or in GitHub.