mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 12:04:26 +01:00
No description
Arthur_Swamp@977632dca8 | ||
Bram@4884feb9d6 | ||
Charlotte@99741578bc | ||
Felix@f88028da64 | ||
Flynn@9fa01d50ca | ||
Francis@9160e603d5 | ||
Francis.@ce1cd34328 | ||
inputs | ||
Jasper@8814afacf4 | ||
JP@a7d3a4aefb | ||
Kobe@d560eca4a9 | ||
Lode@4f3827b316 | ||
Lorin@59173ac266 | ||
Lukas@d9f8e77988 | ||
Mel@22328862bd | ||
Niko@a7bf653967 | ||
Poef@d4811c6660 | ||
redfast00@577248c7ce | ||
Rien@bc59b16f7c | ||
Robbe@2b99602360 | ||
Silvius@43ad48e408 | ||
Timo@a583ac7ce2 | ||
.gitmodules | ||
benchmark | ||
README.md |
De Zeus Advent of Code
-
repo clonen:
git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
-
nieuwe toevoegen:
git submodule add <link zoals in tabel> <naam zoals in tabel> git commit -m 'hey guys ik heb een repo toegevoegd'
-
uw lokale kopie updaten:
git pull # duh git submodule update
-
van alle submodules de nieuwste versie binnenhalen (zelfs als mensen force pushen):
git submodule foreach git fetch origin git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1 git add * # oh no git commit -m 'update submodules'
-
benchmarks uitvoeren:
git submodule foreach ../benchmark <day> <part>