What is a Version Control System?
Version Control is System(VCS) that records the changes to a file or set of files over the time so that you can recall specific versions later.
Listed below are the uses of the Version Control System.
- It does not allow overwriting each other’s changes.
- Allow Developers to work simultaneously.
- It allows you to revert files back to a previous state, revert the entire project back to a previous state
- Compare changes over time, see who last modified something that might be causing a problem, who introduced an issue and when, and more.
Below are the types of Version Control Systems.
- Centralized Version Control Systems (CVCS)
- Distruibuted Version Control Systems (DVCS)
No comments:
Post a Comment