A tutorial showing how to reimplement GIT in JavaScript, in order to shed light on the inner workings of GIT.
Go to file
2021-05-28 21:01:21 +01:00
codemirror-5.60.0 Cleaned up improved display, added some prose, used CodeMirror 2021-04-02 04:58:17 +01:00
git-tutorial.css A few uncommitted fixes 2021-05-28 21:01:21 +01:00
git-tutorial.js A few uncommitted fixes 2021-05-28 21:01:21 +01:00
index.html A few uncommitted fixes 2021-05-28 21:01:21 +01:00
pako.min.js Initial commit 2021-03-31 15:48:06 +01:00
README Cleaned up improved display, added some prose, used CodeMirror 2021-04-02 04:58:17 +01:00
sha1.js Cleaned up improved display, added some prose, used CodeMirror 2021-04-02 04:58:17 +01:00

CodeMirror: https://codemirror.net/ license MIT
sha1.js: https://www.movable-type.co.uk/scripts/sha1.html license MIT
pako 2.0.3 https://github.com/nodeca/pako license (MIT AND Zlib)