Go to file
2021-11-29 17:27:32 +01:00
2020 let us get started 2021 2021-11-29 11:42:45 +01:00
2021 add chvp 2021-11-29 12:05:59 +01:00
.gitmodules add chvp 2021-11-29 12:05:59 +01:00
README.md Add mcbloch 2021-11-29 17:27:32 +01:00

De Zeus Advent of Code

Wie? Waar? (Repository) Taal?
chvp https://github.com/chvp/aoc2021 ?
ninewise https://git.fuyu.moe/ninewise/adventofcode-2021 ?
mcbloch https://gitlab.com/mcbloch/aoc2021 ?
  • repo clonen:

    git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
    
  • nieuwe persoon 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:

    cd "2021"
    ./complete-benchmark