diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-07-07 16:33:37 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-07-07 16:33:37 -0600 |
commit | 7d4256587393ca6714368f54091cbc7f4deddd61 (patch) | |
tree | 47fcfb695bc07014c1b18cc0a18ada399e68b28f /.gitmodules | |
parent | correct wordings (diff) | |
download | args.hxx-7d4256587393ca6714368f54091cbc7f4deddd61.tar.xz |
switch pages to a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3386d8f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "pages"] + path = pages + url = github.com:Taywee/args.git + branch = gh-pages |