From 08fb235e816af4223505793fb94537b4301a7dab Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 25 Oct 2025 00:37:04 -0500 Subject: [PATCH] Add submodule for including private notes file --- .gitmodules | 3 +++ notes | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 notes diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3c67a64 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "notes"] + path = notes + url = git@github.com:jbranchaud/til-notes-private.git diff --git a/notes b/notes new file mode 160000 index 0000000..897184e --- /dev/null +++ b/notes @@ -0,0 +1 @@ +Subproject commit 897184eb02942945bbc6dc4a863c0f9fa1cd026a