git-internals
There are 18 repositories under git-internals topic.
HarshKapadia2/git-graph
Visualize the Directed Acyclic Graph that Git creates to connect Commit, Tree and Blob objects internally.
techgaun/git-internals
An overview of git internals
OSEGermany/git-internals-doc
Educational documents on Git Internals
Sorosliu1029/Explore-Git
🍥 How Git works ?
HarshKapadia2/git_internals
Exploring the internals of Git.
banghuazhao/swift-git
A Git implementation in Swift for learning version control internals. Build your own Git from scratch with blob storage, staging area, commits, and binary index management. Perfect for developers who want to understand how Git actually works under the hood.
mysliwietzflorian/git-collection
useful day-to-day Git commands (beginner) and demonstration for Git internals
cyrwus/git-internals
Git od środka - kontrola nad kodem źródłowym, i nie tylko
lpreaux/codecrafter-git-rust
Rust implementation of Git as part of the "Build Your Own Git" challenge on CodeCrafters.io. This project demonstrates key Git concepts such as blob and tree objects, commits, and repository cloning. Currently, 6/7 stages are completed.
manas-shinde/git_internals
Unlock the mysteries of Git with this comprehensive repository! Dive deep into the internals of Git, understand the structure of the `.git` directory, explore essential Git commands, and discover advanced concepts such as hooks, plumbing, and more.
notjustinshaw/git.rs
A reimplementation of git internals in Rust.
wlmsrvty/git-go
A small git implementation written in Go
ahatem/java-minigit
A Java-based toy implementation of Git to learn its internals
Gasiyu/git-internals-kotlin
A command-line tool for exploring Git internals, written in Kotlin.
gbroques/zlib-git-nodejs
Read, hash, and store git objects with Node JS.
Md-Talim/codecrafters-git-go
Rebuilding Git in Go to learn how it actually works.
mtumilowicz/git-notes
Notes about git and its internals.