What is Git version control system and how to set Git in your System
-
What is Git
-
Features of Git
- Distributed version control system
- Secure
- Tracks history via unique commit ID
- Open Sourced
- Allow branches, merging and non-linear development
- Good Support for conflict resolution
- Speedy and scalable
- Provides staging Area
- Allows offline working
- Allows great collaboration
-
Branching in git
-
Common Git Jargon
- Branch
- Checkout
- Clone
- Fetch
- Fork
- HEAD
- Index
- Master
- Merge
- Origin
- Pull/Pull Request
- Push
- Rebase
- Remote
- Repository
- Stash
- Tag
-
Git Setup In PC