1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-06 17:20:33 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
jbranchaud 757e163c2e Ignore all changes to the notes submodule 2025-10-25 00:57:38 -05:00
jbranchaud cf037f13f7 Tell the submodule to use the main branch 2025-10-25 00:50:16 -05:00
jbranchaud 08fb235e81 Add submodule for including private notes file 2025-10-25 00:37:04 -05:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[submodule "notes"]
path = notes
url = git@github.com:jbranchaud/til-notes-private.git
branch = main
ignore = all
Submodule
+1
Submodule notes added at 897184eb02