From b525778e0fca8d341a04c33e6c63d066a21c1c1f Mon Sep 17 00:00:00 2001 From: creme Date: Mon, 3 Feb 2020 12:36:30 +0100 Subject: [PATCH] fix bash-guide submodule --- .gitmodules | 4 ++++ docs/tutorials/bash-guide | 1 + 2 files changed, 5 insertions(+) create mode 160000 docs/tutorials/bash-guide diff --git a/.gitmodules b/.gitmodules index 6578e4d..9471c74 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ +[submodule "docs/tutorials/bash-guide"] + path = docs/tutorials/bash-guide + url = https://github.com/Idnan/bash-guide.git + [submodule "docs/tutorials/learngit"] path = docs/tutorials/learngit url = https://github.com/envs-net/learngit.git diff --git a/docs/tutorials/bash-guide b/docs/tutorials/bash-guide new file mode 160000 index 0000000..c19dd16 --- /dev/null +++ b/docs/tutorials/bash-guide @@ -0,0 +1 @@ +Subproject commit c19dd162de73952db040b8514089b4c506cda2b8