TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git from the inside out

100 pointsby DrinkWateralmost 10 years ago

5 comments

schmooseralmost 10 years ago
This article was originally posted on Recurse Center - <a href="https:&#x2F;&#x2F;codewords.recurse.com&#x2F;issues&#x2F;two&#x2F;git-from-the-inside-out" rel="nofollow">https:&#x2F;&#x2F;codewords.recurse.com&#x2F;issues&#x2F;two&#x2F;git-from-the-inside...</a><p>And here is HN discussion - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9272249" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9272249</a>
评论 #9794450 未加载
julian25almost 10 years ago
Seems like some images are broken on that link...here is an alternate version: <a href="http:&#x2F;&#x2F;maryrosecook.com&#x2F;blog&#x2F;post&#x2F;git-from-the-inside-out" rel="nofollow">http:&#x2F;&#x2F;maryrosecook.com&#x2F;blog&#x2F;post&#x2F;git-from-the-inside-out</a>
Toddalmost 10 years ago
Another great resource is the Internals chapter of Pro Git. This opened my eyes. I&#x27;ve always been a Mercurial fan. Learning git from the bottom up really helped me understand what all the fuss was about.<p><a href="https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Git-Internals-Plumbing-and-Porcelain" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Git-Internals-Plumbing-and-Po...</a>
jibsenalmost 10 years ago
The chapter Understanding Git in Git Internals by Scott Chacon also has a good explanation of how Git works.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pluralsight&#x2F;git-internals-pdf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pluralsight&#x2F;git-internals-pdf</a>
narsilalmost 10 years ago
I really like <a href="http:&#x2F;&#x2F;gitimmersion.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;gitimmersion.com&#x2F;</a>