Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shani-kumar-gupta/version-control-system
GIT and GITHUB Distributed Version Control System
https://github.com/shani-kumar-gupta/version-control-system
Last synced: 30 days ago
JSON representation
GIT and GITHUB Distributed Version Control System
- Host: GitHub
- URL: https://github.com/shani-kumar-gupta/version-control-system
- Owner: Shani-Kumar-Gupta
- Created: 2024-01-28T14:35:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T15:06:48.000Z (11 months ago)
- Last Synced: 2024-01-28T16:23:54.564Z (11 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **
GIT: Distributed Version Control System**
What is GIT?
1. Distributed Version Control System
2. GIT Software developed by Linus Torvalds, who developed the Linux
Why GIT Software developed?
1. They developed this software so that multiple developers can contribute other kernel developers
2. They created GIT software for the development of Linux kernel
3. Keep track of changes made in different files from different developers
What is Version Control System?
1. VCS is Software designed to keep track of changes made to files over time
2. It's used to keep tracking and managing changes in software code
3. It can track different files as well apart from software source code as well.
Types of Version Control System?
1. Local Version Control System
2. Centralized Version Control System
3. Distributed Version Control System