What is version control system(VCS)?
Also known as source control system. VC is a practice which is used to manage and track the source code changes. So if it is required to recall any version that can be done easily.
Types of version control system?
1. Local Version Control Systems
2. Centralized Version Control Systems
3. Distributed Version Control Systems
reference : Click Here
What are primary benefits of version control system?
1. A complete long-term change history of every file.
2. Branching and merging.
3. Traceability.
reference : Click Here
What is a Git?
Git is free and open source version control tool and it works well on a wide range of operating systems and IDEs (Integrated Development Environments). Git is an example of distributed version control system. Other benefits of using GIt are performance, security and flexibility.
reference : Click Here
What is a Git?
Git is free and open source version control tool and it works well on a wide range of operating systems and IDEs (Integrated Development Environments). Git is an example of distributed version control system. Other benefits of using GIt are performance, security and flexibility.
reference : Click Here
0 comments:
Post a Comment