From 76826a385d95448376719b03f8375e49c0985092 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 18 May 2016 12:36:12 +0100 Subject: [PATCH] Add Admin-Client as submodule at `core/client` no issue - import the now separated [Ghost-Admin](https://github.com/TryGhost/Ghost-Admin) project as a submodule in it's original location of `core/client` --- .gitmodules | 3 +++ core/client | 1 + 2 files changed, 4 insertions(+) create mode 160000 core/client diff --git a/.gitmodules b/.gitmodules index 63888090db..f100604701 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "content/themes/casper"] path = content/themes/casper url = https://github.com/TryGhost/Casper.git +[submodule "core/client"] + path = core/client + url = https://github.com/TryGhost/Ghost-Admin.git diff --git a/core/client b/core/client new file mode 160000 index 0000000000..39622c4e28 --- /dev/null +++ b/core/client @@ -0,0 +1 @@ +Subproject commit 39622c4e284554d0ac1f6dbe3de90a6e6943a6ed