A tutorial introduction to git

A tutorial introduction to git from kernel.org

This tutorial explains how to import a new project into git, make changes to it, and share changes with other developers.

And part two

The goal of this tutorial is to introduce two fundamental pieces of git's architecture—the object database and the index file—and to provide the reader with everything necessary to understand the rest of the git documentation.

Leave a comment