Overview
This episode shows the use of git
in creating a repository to track versions of code changes
on a local machine. It provides information on how Visual Studio Code
is used in line with
git. It also shows how Oh My Zsh
terminal provides useful information to indicate git activities
involving staging and committing changes to a local repository. This episode also covers creation
of remote repository using Github
to persist code and synchronising both local and remote git repositories.