Podcast
Questions and Answers
What is version control?
What is version control?
A system that records changes to a file or set of files over time so that you can recall specific versions later.
What will you learn at the end of the chapter about Git?
What will you learn at the end of the chapter about Git?
You should understand why Git is used and why you should use it, and you should be all set up to do so.
Why should a graphic or web designer use a Version Control System (VCS)?
Why should a graphic or web designer use a Version Control System (VCS)?
To keep every version of an image or layout, revert selected files back to a previous state, and recover from mistakes or lost files.
What are the benefits of using a Version Control System (VCS)?
What are the benefits of using a Version Control System (VCS)?
Signup and view all the answers
What type of files can be version controlled?
What type of files can be version controlled?
Signup and view all the answers
Why is using a Version Control System (VCS) a wise thing for graphic or web designers?
Why is using a Version Control System (VCS) a wise thing for graphic or web designers?
Signup and view all the answers
What is the main issue with the local version control method of copying files into another directory?
What is the main issue with the local version control method of copying files into another directory?
Signup and view all the answers
Which popular VCS tool works by keeping patch sets in a special format on disk?
Which popular VCS tool works by keeping patch sets in a special format on disk?
Signup and view all the answers
What is the main advantage of Centralized Version Control Systems (CVCSs) over local VCSs?
What is the main advantage of Centralized Version Control Systems (CVCSs) over local VCSs?
Signup and view all the answers
What is the most obvious downside of a centralized server in a Centralized Version Control System (CVCS)?
What is the most obvious downside of a centralized server in a Centralized Version Control System (CVCS)?
Signup and view all the answers
What is the main advantage of Distributed Version Control Systems (DVCSs) over Centralized Version Control Systems (CVCSs)?
What is the main advantage of Distributed Version Control Systems (DVCSs) over Centralized Version Control Systems (CVCSs)?
Signup and view all the answers
Name two Distributed Version Control Systems (DVCSs) mentioned in the text.
Name two Distributed Version Control Systems (DVCSs) mentioned in the text.
Signup and view all the answers
What is the potential risk associated with having the entire history of the project in a single place?
What is the potential risk associated with having the entire history of the project in a single place?
Signup and view all the answers
What is the significance of Centralized Version Control Systems (CVCSs) having a single server?
What is the significance of Centralized Version Control Systems (CVCSs) having a single server?
Signup and view all the answers
How do Local Version Control Systems (VCSs) store all the changes to files under revision control?
How do Local Version Control Systems (VCSs) store all the changes to files under revision control?
Signup and view all the answers
What is the main issue with the approach of copying files into another directory for version control?
What is the main issue with the approach of copying files into another directory for version control?
Signup and view all the answers