Ask HN: What's the Best Git Book?

6 points by chrisshroba ↗ HN
I'm motivated half by wonder at the scope of what git can do, and half by the frustration of ending up in weird states and struggling with figuring out if I'm supposed to reset, revert, or restore.

Any good books for understanding git at a deeper level?

3 comments

[ 4.2 ms ] story [ 13.9 ms ] thread
I learned Git using "Pro Git", which is also available online here: https://git-scm.com/book/en/v2

I'm not sure if it's the "best" because it's the only one I've read, but it did give me a solid understanding of Git.

Second this book. The book contains 99% of all the things I need git to do on a daily basis.