Anthony provides an introductory overview of Source Control concepts, along with local and remote repositories.
Repositories are project folders with extra functionality.
You can 'sync up' or clone a remote repository to keep your work backed up and collaborate easier.
You can create branches within a repository to easily add changes without impacting your source code.
You can easily track the history of all changes made to your code in a repository.
The type of source control we use is Git.
The site we use for our remote repository is GitHub.
In this lesson, Anthony walks you through creating your own GitHub account.
Resource:
GitHub - https://github.com
In this lesson, Anthony shows you how to set up your repository.
Here are helpful extensions for Visual Studio Code.