Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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