From 47f75b43289782588faa16559b807c8703ea85ff Mon Sep 17 00:00:00 2001 From: Myk Klemme Date: Mon, 8 Jul 2019 22:58:07 -0700 Subject: [PATCH 1/3] Add example theme as a submodule --- .gitmodules | 3 +++ wp-content/themes/the-foundry | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 wp-content/themes/the-foundry diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ad6b4ac --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "wp-content/themes/the-foundry"] + path = wp-content/themes/the-foundry + url = git@github.com:invisiblehats/the-foundry.git diff --git a/wp-content/themes/the-foundry b/wp-content/themes/the-foundry new file mode 160000 index 0000000..1b1d8b0 --- /dev/null +++ b/wp-content/themes/the-foundry @@ -0,0 +1 @@ +Subproject commit 1b1d8b044f04018039c16f7945cdbebd6ec7cb84 From 3f1ee2f09dfe899e242c64030f905a9acd78b923 Mon Sep 17 00:00:00 2001 From: Myk Klemme Date: Tue, 9 Jul 2019 23:21:30 -0700 Subject: [PATCH 2/3] Add docsend plugin as a submodule --- .gitmodules | 3 +++ wp-content/plugins/docsend | 1 + 2 files changed, 4 insertions(+) create mode 160000 wp-content/plugins/docsend diff --git a/.gitmodules b/.gitmodules index ad6b4ac..64ceebc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "wp-content/themes/the-foundry"] path = wp-content/themes/the-foundry url = git@github.com:invisiblehats/the-foundry.git +[submodule "wp-content/plugins/docsend"] + path = wp-content/plugins/docsend + url = git@github.com:mklemme/wp-docsend.git diff --git a/wp-content/plugins/docsend b/wp-content/plugins/docsend new file mode 160000 index 0000000..e66887a --- /dev/null +++ b/wp-content/plugins/docsend @@ -0,0 +1 @@ +Subproject commit e66887a293977dc2b2850b980607a959fb29c6ef From 4d84d157c9231ab6e6890a7b2f8fee2840914562 Mon Sep 17 00:00:00 2001 From: Myk Klemme Date: Fri, 19 Jul 2019 21:57:25 -0700 Subject: [PATCH 3/3] Remove docsend submodule for now --- .gitmodules | 3 --- wp-content/plugins/docsend | 1 - 2 files changed, 4 deletions(-) delete mode 160000 wp-content/plugins/docsend diff --git a/.gitmodules b/.gitmodules index 64ceebc..ad6b4ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "wp-content/themes/the-foundry"] path = wp-content/themes/the-foundry url = git@github.com:invisiblehats/the-foundry.git -[submodule "wp-content/plugins/docsend"] - path = wp-content/plugins/docsend - url = git@github.com:mklemme/wp-docsend.git diff --git a/wp-content/plugins/docsend b/wp-content/plugins/docsend deleted file mode 160000 index e66887a..0000000 --- a/wp-content/plugins/docsend +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e66887a293977dc2b2850b980607a959fb29c6ef