Added James Coglan implentation of Git in ruby.

This commit is contained in:
daehli 2019-10-16 16:29:23 -04:00
parent b6eae98caf
commit 969601cd9e
1 changed files with 1 additions and 0 deletions

View File

@ -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`