From ba1a0b6d6537193015ba9a845c60d3d78253367e Mon Sep 17 00:00:00 2001 From: Sarup Banskota Date: Tue, 26 Jul 2022 21:33:31 +0800 Subject: [PATCH] =?UTF-8?q?Add=20CodeCrafters=20=E2=80=94=20Build=20your?= =?UTF-8?q?=20own=20Git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3428528..c64e774 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Flight rules for Git](https://github.com/k88hudson/git-flight-rules) - guide about what to do when things go wrong * [Use gitk to understand git](https://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/) - all important Git terms (commit, commit SHA, branch, merge, rebase) explained using gitk * [Git Cherry-pick and its usages](https://www.loginradius.com/blog/async/git-cherry-pick/) - A blog explaining how command git cherry-pick works. +* [Build your own Git, in any language](https://app.codecrafters.io/tracks) — Build your own Git, in any language, and master its internals ## Style Guide *Style guide when you work with git*