What Is Git?
Git is a distributed revision control system. This definition sounds complicated, so let’s break it down and look at the individual parts. The definition can be broken down into two parts:
Git is distributed.
Git is a revision control system.
In this article, we’ll elaborate on each of these characteristics of Git in order to understand how Git does what it does.
