1.What is Git?
- Git stands for Global Information Tracker is distributed version control system(have complete copy of the projects repository) used to track changes in files.
2.Difference between Git and Gitlab
Git:
- Tracks changes in files
- Manages history of the code, commits(record of changes in the code)
Gitlab:
- Hosts Git repositories
- Allows Team collaboration
Top comments (0)