GIT
What is Git?
- Git is a Version Control System that helps to track changes done in Project / Code.
- ( Such as a bank passbook. It has details of every transaction weather it’s Credit or Debit. )
Advantages
- Git is the most popular Version Control System
- Git is free and open source VCS.
- Git is fast and scalable as we can scale it from smallest to very large projects.
Usage
- Track the history of the Project
- Git allows to collaborate with others on same Project
GITHUB
What is GitHub?
- GitHub is a Platform / Website for developers to store and manage their Project.
- GitHub holds a Project in the form of Repository (repos).
Git File Types
1. Untracked
New files that Git hasn't yet tracked
2. Modified
Files that have been changed or modified