commit a35a730406a7550e8a1063122f1f5f59b59eda9a parent 3c0ae9a29a3787cfab9612c2bb83b7d316a6200d Author: Suzanne Soy <ligo@suzanne.soy> Date: Fri, 2 Jul 2021 23:23:32 +0100 Added git tutorial Diffstat:
| M | .gitmodules | | | 3 | +++ |
| A | git-js-tutorial | | | 1 | + |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,6 @@ [submodule "table.js"] path = table.js url = https://github.com/jsmaniac/table.js +[submodule "git-js-tutorial"] + path = git-js-tutorial + url = https://github.com/jsmaniac/git-js-tutorial diff --git a/git-js-tutorial b/git-js-tutorial @@ -0,0 +1 @@ +Subproject commit c1b00190e9263bd27d021585b9c0d29cd39e5da6