GIT Down to Business – An Introduction to Version Control

As developers, most of the time we work locally and then just upload when we’re done. However, when you’re working on a large project with lots of components, or when you’re working with other developers, this can be disastrous. Even if it’s just as simple backup, you should be using version control for your projects. Learn the basics of how this works, and how to setup simple version control system.

Level: Beginner developer, Intermediate developer

Prerequisites: None