17 ms·
Neat to see this done by hand! It helps demystify the magic behind git commands. If you like this, I also recommend "Write Yourself a Git", where you build a
by veganjay 1y ago
Neat to see this done by hand! It helps demystify the magic behind git commands.
If you like this, I also recommend "Write Yourself a Git", where you build a minimal git implementation using python: https://wyag.thb.lt/ https://wyag.thb.lt/
- wonderwonder 1y agoHow cool, thank you
- bhasi 1y agoA similar project is CodeCrafters' Build Your Own Git: https://app.codecrafters.io/courses/git/overview https://app.codecrafters.io/courses/git/overview
- xqb64 1y agoThere is also James Coglan's "Building git" book that I just went through and can vouch for its quality.
- microtherion 1y agoSeconded, it was one of the most enjoyable tech books I've read in recent years.