#TIL about git alternates
A git repo's commit/tree/blob data lives under .git/objects/. When git needs an object, it looks in .git/objects/. If it doesn't find it, it consults .git/objects/info/alternates — a plain text file listing other objects/ directories to search.
RE: Snaps Container // 5/18/2026, 5:48:00 AM