On Github jtmchorse / Slideshow
But what is that?
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.
Therefore Git will allow us to have a Master branch that we see in Production, while having feature branches that we can work on locally and then subsequently see the changes in staging.
Currently we use Git through the command line, so you'll need to dust off your terminal.
At this point you will have to generate an SSH key