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 branchorgit checkout -bto create new branchesUse
git branchto find out on which branch you areUse
git checkoutto move between branchesUse
git branch -dto delete branches
Materials#
For this topic we are building on the excellent YouTube playlist by NetNinja