diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index eb681378e0197..37b250dd20c19 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -64,7 +64,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Forth](#forth) * [Fortran](#fortran) * [FreeBSD](#freebsd) -* [Git](#git) * [Go](#go) * [GraphQL](#graphql) * [Groovy](#groovy) @@ -793,38 +792,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Using C on the UNIX System](http://www.bitsinthewind.com/about-dac/publications/using-c-on-the-unix-system) - David A. Curry -### 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/) -* [Git cookbook](https://git.seveas.net/about.html) - Dennis Kaarsemaker (HTML) -* [Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) -* [Git From The Bottom Up](https://jwiegley.github.io/git-from-the-bottom-up/) - J. Wiegley -* [Git Immersion](http://gitimmersion.com) -* [Git In The Trenches](http://cbx33.github.io/gitt/index.html) -* [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) - Scott Chacon (PDF) -* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) -* [Git Notes for Professionals](http://goalkicker.com/GitBook) - Compiled from StackOverflow Documentation (PDF) -* [Git Pocket Guide](https://www.oreilly.com/library/view/git-pocket-guide/9781449327507) - Richard E. Silverman -* [Git Reference](https://web.archive.org/web/20170602211147/http://gitref.org/) -* [Git Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/git) (PDF, Kindle) (email address *requested*, not required) -* [Git Tutorial](https://www.tutorialspoint.com/git/) - Tutorials Point (HTML, PDF) -* [Git-Tutorial For-Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) - HubSpot Product Team -* [Git Workflows](https://web.archive.org/web/20210910133251/http://documentup.com/skwp/git-workflows-book) - Yan Pritzker *(:card_file_box: archived)* -* [Happy Git and GitHub for the useR](https://happygitwithr.com) - Jenny Bryan -* [How to Collaborate on GitHub: A mini book about collaborating on GitHub](https://github.com/eonist/How-to-collaborate-on-github) - André J -* [Introduction to Git and Github](https://launchschool.com/books/git) - Launch School -* [Introduction to Git and Github - Tutorial](http://cse.unl.edu/~cbourke/gitTutorial.pdf) - Dr. Chris Bourke (PDF) -* [Introduction to Git and GitHub eBook](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook) - Bobby Iliev (Markdown, PDF) -* [Learn Git - Learn Version Control with Git](http://www.git-tower.com/learn/git/ebook/command-line/introduction) - Tobias Günther -* [Pro Git](http://git-scm.com/book/en/v2) - Scott Chacon -* [Pro Git Reedited](https://leanpub.com/progitreedited/read) - Jon Forrest -* [Ry's Git Tutorial](https://web.archive.org/web/20161121145226/http://rypress.com:80/tutorials/git/index) - Ryan Hodson -* [Think Like (a) Git: A Guide for the Perplexed](http://think-like-a-git.net) - - ### Go * [An Introduction to Programming in Go](http://www.golang-book.com) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 3ec3c7fd08442..b77a62ee314d5 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -809,7 +809,34 @@ Kerridge (PDF) (email address *requested*, not required) ### Version Control Systems - +* [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/) +* [Git cookbook](https://git.seveas.net/about.html) - Dennis Kaarsemaker (HTML) +* [Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) +* [Git From The Bottom Up](https://jwiegley.github.io/git-from-the-bottom-up/) - J. Wiegley +* [Git Immersion](http://gitimmersion.com) +* [Git In The Trenches](http://cbx33.github.io/gitt/index.html) +* [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) - Scott Chacon (PDF) +* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) +* [Git Notes for Professionals](http://goalkicker.com/GitBook) - Compiled from StackOverflow Documentation (PDF) +* [Git Pocket Guide](https://www.oreilly.com/library/view/git-pocket-guide/9781449327507) - Richard E. Silverman +* [Git Reference](https://web.archive.org/web/20170602211147/http://gitref.org/) +* [Git Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/git) (PDF, Kindle) (email address *requested*, not required) +* [Git Tutorial](https://www.tutorialspoint.com/git/) - Tutorials Point (HTML, PDF) +* [Git-Tutorial For-Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) - HubSpot Product Team +* [Git Workflows](https://web.archive.org/web/20210910133251/http://documentup.com/skwp/git-workflows-book) - Yan Pritzker *(:card_file_box: archived)* +* [Happy Git and GitHub for the useR](https://happygitwithr.com) - Jenny Bryan +* [How to Collaborate on GitHub: A mini book about collaborating on GitHub](https://github.com/eonist/How-to-collaborate-on-github) - André J +* [Introduction to Git and Github](https://launchschool.com/books/git) - Launch School +* [Introduction to Git and Github - Tutorial](http://cse.unl.edu/~cbourke/gitTutorial.pdf) - Dr. Chris Bourke (PDF) +* [Introduction to Git and GitHub eBook](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook) - Bobby Iliev (Markdown, PDF) +* [Learn Git - Learn Version Control with Git](http://www.git-tower.com/learn/git/ebook/command-line/introduction) - Tobias Günther +* [Pro Git](http://git-scm.com/book/en/v2) - Scott Chacon +* [Pro Git Reedited](https://leanpub.com/progitreedited/read) - Jon Forrest +* [Ry's Git Tutorial](https://web.archive.org/web/20161121145226/http://rypress.com:80/tutorials/git/index) - Ryan Hodson +* [Think Like (a) Git: A Guide for the Perplexed](http://think-like-a-git.net) ### Web Performance