From 6f14d660e859e404dadf787f576ba6eb0d0f8052 Mon Sep 17 00:00:00 2001 From: Hogan Long Date: Fri, 16 May 2014 15:37:39 -0400 Subject: [PATCH] + A Visual Git Reference --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index aeab96fc..fc276dd1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -820,6 +820,7 @@ ###Git +* [A Visual Git Reference](http://marklodato.github.io/visual-git-guide/index-en.html) - Mark Lodato * [Conversational Git](http://blog.anvard.org/conversational-git/) * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) * [Git Immersion](http://gitimmersion.com) @@ -838,6 +839,7 @@ * [Version Control by Example (Mercurial, Subversion, Verasity)](http://www.ericsink.com/vcbe/) + ###Go * [An Introduction to Programming in Go](http://www.golang-book.com/) * [Go by Example](https://gobyexample.com/)