make submodules always track main
This commit is contained in:
parent
230e784017
commit
b23f4e0038
2 changed files with 3 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,8 @@
|
|||
[submodule "2023"]
|
||||
path = 2023
|
||||
url = gitea@git.skeh.site:ida/aoc23.git
|
||||
branch = main
|
||||
[submodule "2024"]
|
||||
path = 2024
|
||||
url = gitea@git.skeh.site:ida/aoc24.git
|
||||
branch = main
|
||||
|
|
2
2024
2
2024
|
@ -1 +1 @@
|
|||
Subproject commit d98de17be8610384f0e80b38204b7ceab660aad0
|
||||
Subproject commit 45f584ea7348f0563fb8e5da8e67563428430a22
|
Loading…
Add table
Reference in a new issue