From c4a6cea8c317dcb8f7e14c49235db35e8039bdab Mon Sep 17 00:00:00 2001 From: 94dreamer <503633021@qq.com> Date: Thu, 2 Dec 2021 01:15:04 +0800 Subject: [PATCH] fix: add github common submodule --- .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 000000000..5e68d6d18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/_common"] + path = src/_common + url = git@github.com:TDesignOteam/tdesign-common.git diff --git a/src/_common b/src/_common new file mode 160000 index 000000000..2cf31526e --- /dev/null +++ b/src/_common @@ -0,0 +1 @@ +Subproject commit 2cf31526e7e1d8e41757041aeedf2769ad133286