From 969601cd9e232e27ec688a317948ad8e2e650b6d Mon Sep 17 00:00:00 2001 From: daehli Date: Wed, 16 Oct 2019 16:29:23 -0400 Subject: [PATCH] Added James Coglan implentation of Git in ruby. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1e5fae..4e801bb 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ * [**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/) * [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby) +* [**Ruby**: Building Git](https://github.com/jcoglan/jit) #### Build your own `Network Stack`