Categories
Git

Introduction to Git

A quick hands-on introduction to Git What is Git? Git is a distributed source control system. Now what it means is that every Git directory on every computer is a complete repository with full history and version-tracking abilities, not dependent on the network/internet or central server. Why should we use Git? Git is simpler, faster […]