From 8547dd76ac157e6b8bf5ede197210b3e72b7fd43 Mon Sep 17 00:00:00 2001 From: s3lph Date: Wed, 13 Jun 2018 01:46:30 +0200 Subject: [PATCH] Added wiki repo as a git submodule in /doc. --- .gitmodules | 3 +++ doc | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 doc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55531b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc"] + path = doc + url = gitlab.com:s3lph/matemat.wiki.git diff --git a/doc b/doc new file mode 160000 index 0000000..8f85927 --- /dev/null +++ b/doc @@ -0,0 +1 @@ +Subproject commit 8f859277827574f80e392d818c25dcf24afaf5b0