Ah yes! The master
branch is the default branch of every repository. Every time we add a commit, we're moving along the master
branch.
Psst: as soon as we have additional branches, git branch
will display those branches as well.
Don't we use checkout
for something very different?