What is Version Control (and do I care)?
Last updated:
Version Control is a way for us to keep track of changes in our codebase. It is heavily used in software development, particularly when large and disparate teams are working on the same codebase. In layman's terms, think of Version Control as being sort-of like Dropbox.