Create and checkout a new branch
git branch -b <branch>
Checkout branch
git checkout <branch>
git checkout master
Step 1 is the hardcoded HTML for the dynamic menus we will refactor to JavaScript in Step 2.
git checkout js103-step1
Step 2 is a JavaScript version of dynamic menus.
git checkout js103-step2
Step 3 adds a main with a gallery of articles in static HTML
git checkout js103-step3