mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 03:54:26 +01:00
No description
b527f7d635
Update my repo name |
||
---|---|---|
Arthur_Swamp@e0a340a6d8 | ||
Bram@e80d30dfbb | ||
Charlotte@8cee204b74 | ||
Felix@7caaca112e | ||
Flynn@9a36ad3e68 | ||
Francis@240797930d | ||
Francis.@6db67d9a74 | ||
inputs | ||
Jasper@32d372aa63 | ||
JP@a7d3a4aefb | ||
Kobe@bf6b1f79cb | ||
Lode@6e5d35cd0a | ||
Lorin@d86df03dfb | ||
Lukas@e8075d116f | ||
Mel@5a3e7d1287 | ||
Niko@fd56b1a32a | ||
Poef@d4811c6660 | ||
redfast00@eafdd58eb4 | ||
Rien@ef91ac4abe | ||
Robbe@f0bac2a831 | ||
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>