From 0e61905a0b24bfea5afa6fe9978395bbdeab4b3c Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 9 Dec 2013 13:33:27 -0600 Subject: [PATCH] Fixes issue #472 --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 5982bafd..9c0cadfb 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -614,7 +614,6 @@ ###Git * [Pro Git](http://git-scm.com/book) - Scott Chacon -* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) * [Git Immersion](http://gitimmersion.com) * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) (PDF) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) @@ -625,6 +624,7 @@ * [Think Like (a) Git: A Guide for the Perplexed](http://think-like-a-git.net) * [Git In The Trenches](http://cbx33.github.io/gitt/index.html) * [Conversational Git](http://blog.anvard.org/conversational-git/) +* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) link is broken, if you find a working link submit a pull request ###Go -- GitLab