mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
No description
Arthur_Swamp@1853b3613e | ||
Bram@8d25bf8ade | ||
Charlotte@6b8bdb79e9 | ||
Felix@4591271c82 | ||
Flynn@58180ef2ab | ||
Francis@2adfa6e9d9 | ||
Francis.@6db67d9a74 | ||
inputs | ||
Jasper@7c4cc37544 | ||
JP@6d18b22edb | ||
Kobe@bf6b1f79cb | ||
Lode@d1d4df1b24 | ||
Lorin@f06596daad | ||
Lukas@e8075d116f | ||
Mel@177049a799 | ||
Mraedis@eef3854da5 | ||
Niko@37c575f47c | ||
Poef@d4811c6660 | ||
redfast00@914f0891fe | ||
Rien@ef91ac4abe | ||
Robbe@785bebb59e | ||
Silvius@a9e9aa9459 | ||
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>