We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d444f2e commit 00224f3Copy full SHA for 00224f3
1 file changed
samples/17-git-like-versioning/README.md
@@ -207,9 +207,13 @@ The generated script undoes every change introduced between the V3 snapshot and
207
After running the demo, committed objects are stored in:
208
```
209
.deepdiffdb/
210
- HEAD — hash of the latest commit
+ HEAD — symbolic ref: "ref: refs/heads/main"
211
objects/
212
- <sha256>.json — one file per commit (schema diff + data diff + schemas)
+ <2-char>/
213
+ <62-char> — zlib-compressed commit object (Git fanout layout)
214
+ refs/
215
+ heads/
216
+ main — tip hash for the main branch
217
218
219
## Teardown
0 commit comments