Post #2175377
2023-09-14 18:07 UTC
Replies (9)
-
@mw@mathstodon.xyz 2023-09-14 18:10
@b0rk@social.jvns.ca Oh wow, I'ma have to add this to my reading list. I only ever think of "how" my files live, especially in VCS terms, than "where". Thanks!
-
@tekknolagi@mastodon.social 2023-09-14 18:12
@b0rk@social.jvns.ca Going to reference this in my course the next time I teach it. It's great. Thank you.
-
@ecoSteve@mastodon.social 2023-09-14 18:15
@b0rk@social.jvns.ca great deep dive, thanks!
-
@almenal99@fosstodon.org 2023-09-14 19:00
@b0rk@social.jvns.ca flight got delayed, I sit down and find this ๐ terrific read, thank you so much for the quality content!
-
@wiert@mastodon.social 2023-09-14 19:29
@b0rk@social.jvns.ca will read that later, but the first thing coming to mind is this great post by @isotopp@chaos.social https://blog.koehntopp.info/2021/10/12/understanding-git.html
-
@das_g@chaos.social 2023-09-14 19:30
If anyone wants to know even more about this: Have a look at chapter 10 "Git Internals" of the #book "Pro Git". It's available for free online on the official Git website: https://git-scm.com/book/en/v2 @b0rk@social.jvns.ca #GitInternals #ProGit #GitPackfiles #GitObjects
-
@jlargentaye@mas.to 2023-09-14 20:37
For a different angle, the Git Book also talks about some of these internals in its chapter on Git Objects. I recently leveraged that to manually update permissions in a Gerrit setup, which stores its user database in a unusual Git repository. https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
-
@alice@marrow.haus 2023-09-15 02:32
@b0rk@social.jvns.ca :6th senses: โI see databases.โ
-
@cjerrington@mstdn.social 2023-09-15 13:31
@b0rk@social.jvns.ca This is a thorough explanation of how git works! It's nice to learn a few things too.