mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
No description
Arthur_Swamp@ada1b79502 | ||
Bram@61f963a46b | ||
Charlotte@fac3f494f4 | ||
Felix@417cf6166d | ||
Flynn@89a2b3dd63 | ||
Francis@50bea5c174 | ||
Francis.@6db67d9a74 | ||
inputs | ||
Jasper@da198c86b4 | ||
JP@b183afdfe2 | ||
Kobe@7feb1c7153 | ||
Lode@764bada19e | ||
Lorin@9ea625663c | ||
Lukas@cf71bcaee2 | ||
Mel@aa67eeac3d | ||
Mraedis@fae9a1a149 | ||
Niko@f2313a30d1 | ||
Poef@d4811c6660 | ||
redfast00@d49dfa3761 | ||
Rien@2d918f5b8d | ||
Robbe@c3fd8af491 | ||
Silvius@f999b4a00e | ||
Timo@0bcbd89535 | ||
.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>