Add another book to the list

This commit is contained in:
Ricardo Lopes 2018-10-17 23:34:31 +01:00
parent 6f4f45f830
commit 1b82f99c65
No known key found for this signature in database
GPG Key ID: 9B50DEF961632A95
1 changed files with 1 additions and 0 deletions

View File

@ -1499,6 +1499,7 @@ Using `git reset` it is then possible to change master back to the commit it was
## Books
* [Learn Enough Git to Be Dangerous](https://www.learnenough.com/git-tutorial) - A book by Michael Hartl covering Git from basics
* [Pro Git](https://git-scm.com/book/en/v2) - Scott Chacon and Ben Straub's excellent book about Git
* [Git Internals](https://github.com/pluralsight/git-internals-pdf) - Scott Chacon's other excellent book about Git