mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
Add colours to commands
This commit is contained in:
parent
e64f605f3e
commit
de40047606
1 changed files with 4 additions and 4 deletions
|
@ -21,20 +21,20 @@
|
||||||
|
|
||||||
* repo clonen:
|
* repo clonen:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
|
git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
|
||||||
```
|
```
|
||||||
|
|
||||||
* nieuwe toevoegen:
|
* nieuwe toevoegen:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git submodule add <link zoals in tabel> <naam zoals in tabel>
|
git submodule add <link zoals in tabel> <naam zoals in tabel>
|
||||||
git commit -m 'hey guys ik heb een repo toegevoegd'
|
git commit -m 'hey guys ik heb een repo toegevoegd'
|
||||||
```
|
```
|
||||||
|
|
||||||
* bestaande submodules updaten:
|
* bestaande submodules updaten:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git submodule foreach git fetch origin
|
git submodule foreach git fetch origin
|
||||||
git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1
|
git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1
|
||||||
git add * # oh no
|
git add * # oh no
|
||||||
|
@ -43,6 +43,6 @@
|
||||||
|
|
||||||
* benchmarks uitvoeren:
|
* benchmarks uitvoeren:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git submodule foreach ../benchmark <day> <part>
|
git submodule foreach ../benchmark <day> <part>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue