Git Basics
What is Git?
* Git is a version control system
* Git lets us keep track of changes in our code
* Git allows many develpers to work on the same project at once
Go To GitWhat is GitHub?
* GitHub is a website
* GitHub lets us store our projects remotely
* Projects are also called repositories
Set Up GitHubWhat is Version Control?
* VC is a system that tracks changes in files.
* Also known as Source Code Management.
* Allows us to keep a history of changes.


