diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2021-12-04 12:00:27 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2021-12-04 12:00:27 +0100 |
commit | b2536e8ebff9e36311b7f87dcb02983e3bf475ae (patch) | |
tree | 8ecd1de8d50b8263724a90c4421178e3f9335387 | |
parent | 9acc48ae79d135fc5950d79e69f6ddcc4d27563b (diff) |
Connect submodule for wiki
With the purpose of creating a presentation from the wiki migrate
instructions, add the Fripost wiki as submodule.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | wiki | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0676989 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "wiki"] + path = wiki + url = gitolite@git.fripost.org:fripost-wiki.git diff --git a/wiki b/wiki new file mode 160000 +Subproject cfb240ae3e02d7cb41e759cebb4c4725136d8ad |