🧮 Version Control | Betabox

🧮 Version Control

Before we start transitioning our website from CodePen to another set of tools, we need to talk about something really important called version control.

Version control is an extremely useful tool that allows us to track changes to our files over time. This allows us to “go back in time” if we mess something up, or want to switch back to an older version of our website.

There are many tools available for version control, with the most popular being git and GitHub. These are the tools we’ll use for our project, and we can learn more about these in the next section.