From 3baaae2585f1e70db1cf081d10bddbfff93e6c6d Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Wed, 27 Mar 2019 20:15:48 +0200 Subject: [PATCH] Add tutorial about how to write your own git Add tutorial about how to write your own git like source control system in Python by Thibault Polge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6f6120..f480721 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 3](http://www.ardendertat.com/2011/07/17/how-to-implement-a-search-engine-part-3-ranking-tf-idf/) - [Build the Game of Life](https://robertheaton.com/2018/07/20/project-2-game-of-life/) - [Create terminal ASCII art](https://robertheaton.com/2018/06/12/programming-projects-for-advanced-beginners-ascii-art/) +- [Write yourself a Git](https://wyag.thb.lt/) ## Go: