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 Bottom Up (2008)

205 pointsby sharjeelsayedabout 4 years ago

9 comments

dangabout 4 years ago
If curious, past threads:<p><i>Git from the Bottom Up (2009) [pdf]</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10199391" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10199391</a> - Sept 2015 (25 comments)<p><i>Git from the Bottom-Up by John Wiegley [pdf]</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2059614" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2059614</a> - Jan 2011 (8 comments)<p><i>Git from the bottom up [pdf]</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1099229" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1099229</a> - Feb 2010 (18 comments)<p><i>Git==Blobs+Trees+Commits+nothingelse Learn Git from the bottom up</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1064231" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1064231</a> - Jan 2010 (2 comments)
评论 #26889331 未加载
janvdbergabout 4 years ago
Video-wise there is hardly a better explainer on git than this one: &#x27;Lecture 6: Version Control (git) (2020)&#x27;<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=2sjqTHE0zok" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=2sjqTHE0zok</a>
jimmyedabout 4 years ago
The author, J Wiegley is the maintainer of Emacs too. He&#x27;s a heavyweight.
评论 #26885641 未加载
评论 #26885532 未加载
评论 #26885788 未加载
bombcarabout 4 years ago
The realization that git is more akin to ZFS snapshots and that the space saving is done separately was eye-opening.
grzmabout 4 years ago
(2017) ?<p>Not sure how to date this, but the latest commit for the source of the book is from 2017.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jwiegley&#x2F;git-from-the-bottom-up&#x2F;commit&#x2F;76bd9f2353b0893151bcd8239ddc014289589780" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jwiegley&#x2F;git-from-the-bottom-up&#x2F;commit&#x2F;76...</a>
评论 #26885326 未加载
kuharichabout 4 years ago
Past comments: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10199391" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10199391</a>
TechBro8615about 4 years ago
Back at my first internship circa 2011 or so, we had a developer advocate from GitHub come to the company for a workshop day. He was great. He taught git just like this, and by the end of the day I had a solid understanding of the tool. That background knowledge has remained extremely useful.
bnjabout 4 years ago
Got interested in the static site generator so I followed the “bitbooks” link in the footer, it looks like the domain has been hijacked
评论 #26886348 未加载
niklasmerzabout 4 years ago
Exactly what I need for my own small Git workshop