Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 337 Bytes

slides.md

File metadata and controls

17 lines (13 loc) · 337 Bytes

Git Guts - Overview of git internals

  • Content-addressable filesystem (simple KV store)
  • Git aliases/shell aliases/global gitignore
  • .git directory
  • Git hooks
  • Git plumbing vs porcelain commands
  • Git objects
  • Git refs
  • Git packfiles
  • Git gc/reflog/fsck

Git Guts - Overview of git internals

Questions!!