From aca67cec29cae33668168e3ecc9fa004bb5dee8b Mon Sep 17 00:00:00 2001 From: hacksalot Date: Wed, 27 Jan 2016 04:22:41 -0500 Subject: [PATCH] Add HMC as a submodule! --- .gitmodules | 3 +++ HackMyCore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 HackMyCore diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0c6d75f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "HackMyCore"] + path = HackMyCore + url = git://github.com/hacksalot/HackMyCore.git diff --git a/HackMyCore b/HackMyCore new file mode 160000 index 0000000..9d88f94 --- /dev/null +++ b/HackMyCore @@ -0,0 +1 @@ +Subproject commit 9d88f94acd351c6046f5aa45545c4e5f489c3e2e