From 3430a1f921cc4cfea49e63f8bae845a1f2b07cd9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 1 Dec 2014 19:00:13 -0700 Subject: [PATCH] Added Pro Git book. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f352d6a..545c370 100644 --- a/README.md +++ b/README.md @@ -722,6 +722,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Elasticsearch: The Definitive Guide](http://www.elasticsearch.org/guide/) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong. * [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke. * [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) A book about creating Vagrant environments by Erika Heidi. +* [Pro Git](http://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub. ## PHP Videos *Fantastic PHP-related videos.*