From 568f7d0631f0060273e6863626dda9b88578ea3a Mon Sep 17 00:00:00 2001 From: Arialdo Martini Date: Sun, 4 Dec 2022 23:16:27 +0100 Subject: [PATCH] Added book get-git, in Italian and English (#9228) --- books/free-programming-books-it.md | 1 + books/free-programming-books-subjects.md | 1 + 2 files changed, 2 insertions(+) diff --git a/books/free-programming-books-it.md b/books/free-programming-books-it.md index 877522870..b7f9c4f57 100644 --- a/books/free-programming-books-it.md +++ b/books/free-programming-books-it.md @@ -65,6 +65,7 @@ #### Sistemi di controllo versione * [Controllo di Versione con Subversion](https://svnbook.red-bean.com/index.it.html) - Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato (HTML, PDF) +* [get-git](https://get-git.readthedocs.io/it/latest/) - Arialdo Martini (HTML, PDF, EPUB) * [Pro Git](https://git-scm.com/book/it) - Scott Chacon, Ben Straub (HTML, PDF, EPUB) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 8f9fab8fc..f5ba265a8 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -878,6 +878,7 @@ Kerridge (PDF) (email address *requested*, not required) * [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/) - Alan Hohn +* [get-git](https://get-git.readthedocs.io/en/latest/) - Arialdo Martini (HTML, PDF, EPUB) * [git - the simple guide](http://rogerdudler.github.io/git-guide/) - Roger Dudler (HTML) * [Git cookbook](https://git.seveas.net/about.html) - Dennis Kaarsemaker (HTML) * [Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) - Tommi Virtanen