From 3b59fe8534e88206c6e9a7f7fe1a13c9fb8d0250 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 13 Jan 2024 11:36:49 -0500 Subject: [PATCH] Add common submodule (with PostsType) --- .gitmodules | 3 +++ src/Common | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src/Common diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3050f19 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/Common"] + path = src/Common + url = https://github.com/towards-a-new-leftypol/chandlr-common.git diff --git a/src/Common b/src/Common new file mode 160000 index 0000000..0026e48 --- /dev/null +++ b/src/Common @@ -0,0 +1 @@ +Subproject commit 0026e48cea06e2768f7a22f4a25bf115debcea35