The Git Series
Git is a powerful distributed version control system (DVCS), that allows us to save versions of files in a project, allowing to take a snapshot of a particular state, and modify, create and destroy them with the possibility to return to a previous state if needed.
In this series we'll see what's Git, why is one of the preferred system used nowadays, and how to use it properly.