Branches

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 or git checkout -b to create new branches

  • Use git branch to find out on which branch you are

  • Use git checkout to move between branches

  • Use git branch -d to delete branches

Materials#

For this topic we are building on the excellent YouTube playlist by NetNinja

Quiz#