background preloader

Git documentation

Facebook Twitter

Git Magic

Git Community Book. Book. Table of Contents. Git Reference. Git User’s Manual (for version 1.5.3 or newer) This chapter covers internal details of the git implementation which probably only git developers need to understand.

Git User’s Manual (for version 1.5.3 or newer)

It is not always easy for new developers to find their way through Git’s source code. This section gives you a little guidance to show where to start. A good place to start is with the contents of the initial commit, with: The initial revision lays the foundation for almost everything git has today, but is small enough to read in one sitting. Note that terminology has changed since that revision. Introduction to Git with Scott Chacon of GitHub. Git tutorial: Who should use Git?