Link to Pro Git's discussion of the Git internals from my Git post.
authorW. Trevor King <wking@tremily.us>
Fri, 1 Jun 2012 17:17:37 +0000 (13:17 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Jun 2012 17:17:37 +0000 (13:17 -0400)
posts/Git.mdwn

index c14e7345bb6111a32bd4fe5b4cce7ced4b5e121a..d7d71b6d14c94f9d5190abe48a707ad7a5f1cb97 100644 (file)
@@ -3,6 +3,9 @@ Highly recommended.  There is an excellent [tutorial][], or you can
 take a look at my [[notes]] (best viewed in [[Emacs]] org-mode).  See
 [[git-publish.py]] for a useful Git public-repository setup script.
 
+If you want a better understanding of the Git model, check out the
+[Git Internals][internals] chapter of the [Pro Git][book] book.
+
 I've published Git repositories for most of my more involved [projects][].
 
 You can download a repo with
@@ -29,6 +32,8 @@ I've also written up a few scripts to automate common Git tasks:
 [DVCS]: http://en.wikipedia.org/wiki/Distributed_Version_Control_System
 [VCS]: http://en.wikipedia.org/wiki/Revision_control
 [tutorial]: http://book.git-scm.com/
+[internals]: http://www.git-scm.com/book/en/Git-Internals
+[book]: http://www.git-scm.com/book/en/
 [projects]: http://www.physics.drexel.edu/~wking/code/git/git.php
 [ikiwiki]: http://ikiwiki.info/