Getting Started With Git and GitHub
Git is software that allows us to store code safely and return back to previous saved versions. In this exercise we will introduce basic usage of GIT within VSCode.
This bonus unit introduces some basic workflows with git and github.
For more information, check out the official Visual Studio Code git tutorials.
This one gives a basic introduction
Managing branches
Git is software that allows us to store code safely and return back to previous saved versions. In this exercise we will introduce basic usage of GIT within VSCode.
Working on a group project requires a more sophisticated workflow. This exercise presents a simple approach you can use for your assignment.