mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
No description
Arthur_Swamp@5f331d2773 | ||
Bram@9abd7642fb | ||
Charlotte@6dbab672ed | ||
Felix@7c70219142 | ||
Flynn@89a2b3dd63 | ||
Francis@90af6f43b3 | ||
Francis.@6db67d9a74 | ||
inputs | ||
Jasper@16af92e4d5 | ||
JP@6d18b22edb | ||
Kobe@c05dcc4cf7 | ||
Lode@163b492a26 | ||
Lorin@82330353d5 | ||
Lukas@170e3f53ca | ||
Mel@27189594c9 | ||
Mraedis@392ec401ce | ||
Niko@6fddd051b7 | ||
Poef@d4811c6660 | ||
redfast00@f27f4a06e8 | ||
Rien@f964edf184 | ||
Robbe@fbaee39792 | ||
Silvius@bf970c5f81 | ||
Timo@82caa4cad4 | ||
.gitmodules | ||
benchmark | ||
hyperfine | ||
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>