Git & GitHub Flashcards
1
Q
What is a VCS?
A
Version control system
2
Q
What does a VCS do?
A
It tracks and manages all the changes made to source code and files.
3
Q
What is Git?
A
A type of version control (distributed) that developers and teams use to manage and collaborate on versions of code.