diff --git a/README.md b/README.md index 0c4d2d140..76c2a71fe 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ It's a great way to learn. * [**Haskell**: _Reimplementing “git clone” in Haskell from the bottom up_](http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/) * [**JavaScript**: _Gitlet_](http://gitlet.maryrosecook.com/docs/gitlet.html) * [**JavaScript**: _Build GIT - Learn GIT_](https://kushagra.dev/blog/build-git-learn-git/) +* [**Node.js**: _A tiny Git-like VCS with custom compression, commits, diff, and checkout_](https://github.com/Gokul333dev/kudu) * [**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/)