+ A Visual Git Reference

This commit is contained in:
Hogan Long 2014-05-16 15:37:39 -04:00
parent f2062c4065
commit 6f14d660e8
1 changed files with 2 additions and 0 deletions

View File

@ -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/)