RE: RE: Snaps Container // 5/18/2026, 5:48:00 AM
You are viewing a single comment's thread from:

RE: Snaps Container // 5/18/2026, 5:48:00 AM

Words
40
Reading
1 min
Listen
Play
4M

#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.

@serpent7776: #TIL about git | Ecency