Which of the following are the benefits of using Version Control?
Select all that apply.
Identity
Revert / Rollback
Collaboration
When multiple developers work on the same file, a merge conflict will never occur.
True
False
Revision History is a record of all changes within a project. It allows you to pinpoint who made the changes, when they were made and what was changed.
True
False
Which of the following are centralised Version Control Systems? Select all that apply.
Concurrent Versions System
Mercurial
Subversion
Git
Which of the following complements Version Control during software development? Select all that apply.
Continuous Integration
Continuous Delivery
Continuous Deployment