add commands

This commit is contained in:
Felix Van der Jeugt 2020-12-04 13:41:21 +01:00
parent 06a47fd6b6
commit cd85863cc7
No known key found for this signature in database
GPG key ID: 58B209295023754D

View file

@ -18,3 +18,22 @@
| Lode | https://gitlab.com/Bond_009/advent-of-code-2020 | C |
| JP | https://github.com/Jan-PieterBaert/advent-of-code | Rust |
| Niko | https://github.com/niknetniko/AdventOfCode | Elixir |
* 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'
* bestaande submodules updaten:
./pullthemall
git add * # oh no
git commit -m 'update submodules'
* benchmarks uitvoeren:
./benchmarks <dag> <deel>