https://github.com/rubyist/gitguts
Code for the Git Guts articles on killring.io
https://github.com/rubyist/gitguts
Last synced: 8 months ago
JSON representation
Code for the Git Guts articles on killring.io
- Host: GitHub
- URL: https://github.com/rubyist/gitguts
- Owner: rubyist
- Created: 2017-10-01T19:24:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T19:24:38.000Z (over 8 years ago)
- Last Synced: 2025-01-31T14:21:55.871Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Git Guts
This repo holds the code from my git guts articles on [[https://killring.io][killring.io]].
- [[https://killring.io/post/git-guts-pack-index][The Pack Index]] :: Dig through git's pack file index
- The Pack File :: Grub around in git's pack file and wrangle objects
- Loose Objects :: Hang loose with git's loose object format
- The Index :: Use the index to figure out what's what
And maybe more?