From 9a25e768efc059ac3d2cbbfc2686f6519df12e75 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 13 May 2018 22:34:35 +0200 Subject: [PATCH] Add tutorial #33 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9421b2f..8786cfe 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ * [**Ruby**: *Developing Games With Ruby*](https://leanpub.com/developing-games-with-ruby/read) #### Build your own `Git` +* [**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://kushagragour.in/blog/2014/01/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/)