From 69e5a6aac6f2a8d7c5014aa1cec23a450e516aff Mon Sep 17 00:00:00 2001 From: Yanis Urbis Date: Sat, 8 Oct 2016 09:09:17 +0300 Subject: [PATCH] add 4 more tutorials --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68ded64..e5fbf80 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Pull requests on interesting tools/projects/resources are welcome. * [Git Pocket Guide](http://chimera.labs.oreilly.com/books/1230000000561) - a short O'Reilly book on Git * [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School * [Git Branching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching +* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html) - short book about Git +* [Git from the bottom up](https://jwiegley.github.io/git-from-the-bottom-up/) - great series of articles about Git +* [Git-it](https://github.com/jlord/git-it-electron) - app-tutorial on Git +* [Git How To](githowto.com) - step by step intro ## Client *Git clients are available on every platform, from mainframe to your mobile device*