This is repo for the code along for lecture 1.
git branch <name>: create a branch in your current HEAD locationgit switch <name>: switch to the branchgit switch -c <name>: create and switch to it in one go from local HEADgit fetch --prune:git branch -d <name>: deleted branch locally