Learn the basics of branching in git. After watching this video, you’ll know how to create new branches and make changes to them. You’ll learn how to:
- Switch to a new branch using
git checkout
- Add commits to a new branch
- Compare branches using the
git show-branch
command