This project is a short tutorial of how branching works on GitHub using a VS Code terminal. Two branches were created (unordered-list and big-heading) and merged to the master branch with the edited code.
- Creating (git branch branch-name), switching to (git switch branch-name), deleting (git -D branch-name), and merging (git merge branch-name) branches
- Pushing branches to GitHub (git push -u origin branch-name)
Please note that in most cases, in each project, the first or second commit is the starter code provided by Codecademy.