1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-11 17:44:02 +02:00

Merge pull request #542 from nikital/nikital-ugit

Add link to "ugit: Building Git Yourself"
This commit is contained in:
Paul Kuruvilla
2023-01-31 07:38:01 +00:00
committed by GitHub

View File

@@ -218,6 +218,7 @@ It's a great way to learn.
* [**JavaScript**: _Build GIT - Learn GIT_](https://kushagra.dev/blog/build-git-learn-git/)
* [**Python**: _Just enough of a Git client to create a repo, commit, and push itself to GitHub_](https://benhoyt.com/writings/pygit/)
* [**Python**: _Write yourself a Git!_](https://wyag.thb.lt/)
* [**Python**: _ugit: Learn Git Internals by Building Git Yourself_](https://www.leshenko.net/p/ugit/)
* [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby)
#### Build your own `Network Stack`