Branches#
Learning Objectives#
After working through this topic, you should be able to:
Describe how branches can help to try out changes without affecting the current stable version of your code
Use
git branch
orgit checkout -b
to create new branchesUse
git branch
to find out on which branch you areUse
git checkout
to move between branchesUse
git branch -d
to delete branches
Materials#
For this topic we are building on the excellent YouTube playlist by NetNinja