mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
add commands
This commit is contained in:
parent
06a47fd6b6
commit
cd85863cc7
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue