File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,28 @@ of the [Git source code control system][git].
4949 alt="Open Source Ecology Germany logo"
5050 height="128">] [ OSEG ]
5151
52- ## Related
52+ ## Similar Projects
5353
54+ - [ GeeksForGeeks - Git Internals] (
55+ https://www.geeksforgeeks.org/git-internals/ );
56+ a very short intro to the topic.
57+ - [ A Beginner’s Guide to Git and Git Internals] (
58+ https://medium.com/geekculture/a-beginners-guide-to-git-and-git-internals-1e7dcd89d65e )
5459- [ Git Book - Git Internals (chapter 10)] (
5560 https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain );
5661 the official documentation about Git internals.
62+ - [ A Visual Guide to Git Internals] (
63+ https://www.freecodecamp.org/news/git-internals-objects-branches-create-repo/ )
64+ - _ Git’s database internals_ ; GitHub's shot at the topic,
65+ in parts:
66+ 1 . [ packed object store] (
67+ https://github.blog/open-source/git/gits-database-internals-i-packed-object-store/ )
68+ 2 . [ commit history queries] (
69+ https://github.blog/open-source/git/gits-database-internals-ii-commit-history-queries/ )
70+ 3 . [ file history queries] (
71+ https://github.blog/open-source/git/gits-database-internals-iii-file-history-queries/ )
72+ 4 . [ distributed synchronization] (
73+ https://github.blog/open-source/git/gits-database-internals-iv-distributed-synchronization/ )
5774
5875[ CC-BY-SA-3.0 ] : https://creativecommons.org/licenses/by-sa/3.0/
5976[ git ] : https://git-scm.com/
You can’t perform that action at this time.
0 commit comments