From cd85863cc73a7f082d690c84e3ccabc77d811b2f Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 4 Dec 2020 13:41:21 +0100 Subject: [PATCH] add commands --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 03d8293..f7862f9 100644 --- a/README.md +++ b/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 + 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