From 356cf4a94037a41b7ffcf2c6f131a6e43ad04eec Mon Sep 17 00:00:00 2001 From: Vashishth Patel <76911582+vasu-1@users.noreply.github.com> Date: Tue, 19 Oct 2021 07:48:08 +0530 Subject: [PATCH] Git Tutorial Added (#6290) * Git Tutorial Added * update the name * revert back * move to book --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 56ab144b..3ea6c41b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -770,6 +770,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Git +* [A git Primer](https://danielmiessler.com/study/git/) - Daniel Miessler * [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 - the simple guide](http://rogerdudler.github.io/git-guide/) -- GitLab