From f8c72772948a8e9c4d98ca5501ca1c7b3c1c32cd Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Wed, 27 Mar 2019 20:25:55 +0200 Subject: [PATCH] Add tutorial about how to write your own git Add tutoral about how to write your own git like source control system by Thibault Polge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c18b5e0..46db82a 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ * [**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/) +* [**Python**: _Write yourself a Git_](https://wyag.thb.lt/) * [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby) #### Build your own `Network Stack`