mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 12:04:26 +01:00
No description
Arthur_Swamp@ada1b79502 | ||
Bram@61f963a46b | ||
Charlotte@a31ff1d3be | ||
Felix@d0765117b7 | ||
Flynn@89a2b3dd63 | ||
Francis@a5602286fd | ||
Francis.@6db67d9a74 | ||
inputs | ||
Jasper@6a800ac156 | ||
JP@b183afdfe2 | ||
Kobe@0976f4b8cf | ||
Lode@cbaaf6b1fd | ||
Lorin@c6432430fc | ||
Lukas@20eca4163d | ||
Mel@f17b969a7d | ||
Mraedis@2dea1acb8d | ||
Niko@21a571901a | ||
Poef@d4811c6660 | ||
redfast00@081687aa33 | ||
Rien@ab171ee9cb | ||
Robbe@11dc246ed4 | ||
Silvius@bf970c5f81 | ||
Timo@568a1d3f5f | ||
.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>