1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-26 01:02:35 +00:00

Fixes issue #472

This commit is contained in:
Aaron Raimist 2013-12-09 13:33:27 -06:00
parent 07c4626744
commit 0e61905a0b

View File

@ -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/)
* <del> [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) </del> link is broken, if you find a working link submit a pull request
###Go