Skip to main content

Command Palette

Search for a command to run...

Why the version control exist? The pen drive problem .

Published
1 min read

VCS(Version Control System) : also known as as Source Control is a software that tracks manage or record the changes in the code .

The Pen drive is actually about the time when VCS does not exist and Code sharing is done with the help of the pen drive that arises many problem in sharing the code and working on their version Problem that arises because of code sharing with the help of pen drive : 1)Changes get overwritten. 2) No track of the changes in the code. 3)Collaboration became messy. 4)No idea who changed what. 5)Revert is not possible.

To solve these problem the VCS exist It provides the easy collaboration among developer by proving source code and reverting in the present code to remove bugs from the current version .It also provide the branching feature that help to take your node next to other for preventing the error in the main stream .