From 6a02878a9283a98be26e1efc4d49a3affea5325f Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Tue, 15 Dec 2015 23:00:34 -0200 Subject: [PATCH] Adding new Git course and putting in alphabetical order --- free-programming-books-pt_BR.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 222b98c0..a4a28154 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -60,9 +60,10 @@ ### Git * [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git) -* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/) -* [Pro Git](http://git-scm.com/book/pt-br/) * [Git - guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html) +* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/) +* [Minicurso - Controle de Versão usando o Git](https://github.com/ltiaunesp/Git-Minicurso) +* [Pro Git](http://git-scm.com/book/pt-br/) ### Haskell