Technology
Practical Guide to Git: Part I
Let’s start with a classic XKCD covering the situation. This is the first from a collection of posts of the type “Zero to Hero”. So first things first… What is Git? It’s a version control system for text files, so teams can work on the same files and track the changes. Read more…