mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-21 22:41:11 +01:00
.. | ||
beardhatcode@a624b53065 | ||
Bond-009@cebb7d74b1 | ||
chvp@02f81ac987 | ||
Flynn@2e504cdc7d | ||
francis@411a1cb0c0 | ||
Francis.@34663a329b | ||
iasoon@83bb06a139 | ||
JasperJanin@e219650004 | ||
jaspervdj@81051dd03b | ||
Lox@c560157ecd | ||
mraedis@4d198f8b22 | ||
niknetniko@b9c660cb7a | ||
ninewise@9a85919a6f | ||
redfast00@2b41f4601a | ||
rien@28ad9f03cf | ||
robbe@189a0a7b0a | ||
silvius@6dfb9d8a50 | ||
SWAMP@fc3b15284f | ||
Timpy@d369b74738 | ||
.gitignore | ||
benchmark | ||
complete-benchmark | ||
README.md |
De Zeus Advent of Code
-
repo clonen:
git clone git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git git submodule init 2021 # just the current year git submodule update
-
nieuwe persoon toevoegen:
cd 2021 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:
cd 2021 ./complete-benchmark