mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 03:54:26 +01:00
No description
Arthur_Swamp@1853b3613e | ||
Bram@8d25bf8ade | ||
Charlotte@6b8bdb79e9 | ||
Felix@7caaca112e | ||
Flynn@58180ef2ab | ||
Francis@fc87de82e1 | ||
Francis.@6db67d9a74 | ||
inputs | ||
Jasper@d4723d1eac | ||
JP@a7d3a4aefb | ||
Kobe@bf6b1f79cb | ||
Lode@de7bd8ddbc | ||
Lorin@d86df03dfb | ||
Lukas@e8075d116f | ||
Mel@5a3e7d1287 | ||
Niko@8cd1d8ad62 | ||
Poef@d4811c6660 | ||
redfast00@eafdd58eb4 | ||
Rien@ef91ac4abe | ||
Robbe@785bebb59e | ||
Silvius@608f0b9b9a | ||
Timo@b4418294b1 | ||
.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>