git-internals-pdf
PDF on Git Internals (by pluralsight)
web-dev-golang-anti-textbook
Learn how to write webapps without a framework in Go. (by thewhitetulip)
git-internals-pdf | web-dev-golang-anti-textbook | |
---|---|---|
23 | 2 | |
2,562 | 3,212 | |
- | 0.0% | |
0.0 | 0.0 | |
over 2 years ago | almost 2 years ago | |
Ruby | Go | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
git-internals-pdf
Posts with mentions or reviews of git-internals-pdf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-07.
- 20 years of Git. Still weird, still wonderful
-
What approach helped you to best learn Git?
For me the Peepcode Git Internals book was a great peek under the hood. I went from "Git has a lot of magical incantations" to "Git is pretty simple and I could probably build a version of it".
-
Git as a Beginner
I generally recommend the Peepcode Git Internals book. The first half explains the internals of how Git works, and the second half is a command reference.
- Git book recommendations?
- What Git primitives get SHA-1'd to generate a hash?
-
How well do you guys know Git
Once you get the hang of basic Git operations, you should look into how Git works under the hood. Git Internals helped me a lot on this.
- ⛔ Squash commits considered harmful ⛔
-
How should i go about learning git?
I often recommend the Peepcode Git Internals book. The first half talks about how Git works internally. The second half is a "how to use Git" tutorial. I think understanding the internals (which aren't really that complicated) can really help to demystify Git.
-
I was said that I do not know how Git works
Conceptually, Git's not really all that complicated. I always recommend people to read the Peepcode Git Internals book (originally $9, now free): https://github.com/pluralsight/git-internals-pdf/blob/master/drafts/peepcode-git.pdf
-
would pulling make sense here?
Check out this page if you haven't yet (alternatively, direct link to the PDF.) I hear it's all good, but the Understanding Git chapter is the one I'd specifically point you to.
web-dev-golang-anti-textbook
Posts with mentions or reviews of web-dev-golang-anti-textbook.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-23.
- Webapps in Go – The Anti-Textbook
-
Free 500+ books and learning resources for every programmer.
Web apps in Go, the anti textbook
What are some alternatives?
When comparing git-internals-pdf and web-dev-golang-anti-textbook you can also consider the following projects:
Crafting Interpreters - Repository for the book "Crafting Interpreters"
CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
guide.elm-lang.org - My book introducing you to Elm!
github-cheat-sheet - A list of cool features of Git and GitHub.
milewski-ctfp-pdf - Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source