Version Control & Git Commands
What is version control?
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
Why is version control important?
If you are reading this, it’s possible that you are updating documents that look something like this: index.html.erb.
Let’s get away from this and on to something that will n...