From 0280d05f8b0b7d67cf07f7946d89e93e66e4b50a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 29 Oct 2013 20:45:37 -0700 Subject: [PATCH] exercises/genotype: Add the genotype example submodule Drop exercises from the submodule name in case we want to reorganize later. We won't have any other 'genotype' submodules. --- .gitmodules | 3 +++ exercises/genotype | 1 + 2 files changed, 4 insertions(+) create mode 160000 exercises/genotype diff --git a/.gitmodules b/.gitmodules index c933ac7..9588f6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "dictionary"] path = exercises/dictionary url = git://tremily.us/swc-modular-shell-dictionary.git +[submodule "genotype"] + path = exercises/genotype + url = git://tremily.us/swc-modular-shell-genotype.git diff --git a/exercises/genotype b/exercises/genotype new file mode 160000 index 0000000..4f63575 --- /dev/null +++ b/exercises/genotype @@ -0,0 +1 @@ +Subproject commit 4f63575228e8c46a7774969462edf0a7e0180995 -- 2.26.2