A guide to to Git – Part I

This tutorial is about the basics of Git, although the following explanations are primarily aimed at beginners. But first, let’s clarify the question of what Git actually does. It is a version control system designed to track changes in source code. Instead of constantly saving new versions of a file, Git manages the different versions … Read more