Skip to content

Commit 75f22a0

Browse files
committed
README: Adds more "Similar Projects"
1 parent 4bea364 commit 75f22a0

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)