Git is a popular version control system.
It is used for:
Tracking code changes
Tracking who made changes
Coding collaboration
Manage projects with Repositories
Clone a project to work on a local copy
Control and track changes with Staging and Committing
Branch and Merge to allow for work on different parts and versions of a project
Pull the latest version of the project to a local copy
Push local updates to the main project
Git is not the same as GitHub.
GitHub makes tools that use Git.
GitHub is the largest host of source code in the world, and has been owned by Microsoft since 2018.
LAB
Prerequisites-VS code ,git for windows, GitHub account
Basic Git Commands
Creating Asp.net Core Application
Download Links:
https://code.visualstudio.com/download
https://git-scm.com/download/win