JACKLINE
Version Control With Questions And 100% ALL DETAILED CORRECT ANSWERS
Terms in this set (13)
What is version control? Records changes over time and you can recall specific versions later
Give some examples of version control systems Git, Github, Bitbucket, mercurial
1. Gives a development team a project-wide "undo button"
2. Allows multiple developers to work on the same code base in controlled manner
What are the benefits of version control 3. Record of changes
4. Support multiple releases at the same time
5. Can look how the project looked at particular dates/release versions
Some allow multiple repositories, some just one central master repository
1/2
Version Control With Questions And 100% ALL DETAILED CORRECT ANSWERS
Terms in this set (13)
What is version control? Records changes over time and you can recall specific versions later
Give some examples of version control systems Git, Github, Bitbucket, mercurial
1. Gives a development team a project-wide "undo button"
2. Allows multiple developers to work on the same code base in controlled manner
What are the benefits of version control 3. Record of changes
4. Support multiple releases at the same time
5. Can look how the project looked at particular dates/release versions
Some allow multiple repositories, some just one central master repository
1/2