mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 12:04:26 +01:00
2.7 KiB
2.7 KiB
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>