mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 14:51:11 +01:00
add forwarding command and update submodules
This commit is contained in:
parent
c27c9b3edc
commit
f537171dc2
2 changed files with 9 additions and 2 deletions
2
Bram
2
Bram
|
@ -1 +1 @@
|
||||||
Subproject commit b7781de8e5a8711e98da377f1a7a2a2000a4d328
|
Subproject commit 0b811ad7fe7e8588f12375dbfee3e1899617deba
|
|
@ -35,7 +35,14 @@
|
||||||
git commit -m 'hey guys ik heb een repo toegevoegd'
|
git commit -m 'hey guys ik heb een repo toegevoegd'
|
||||||
```
|
```
|
||||||
|
|
||||||
* bestaande submodules updaten:
|
* uw lokale kopie updaten:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git pull # duh
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
|
* van alle submodules de nieuwste versie binnenhalen (zelfs als mensen *force push*en):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git submodule foreach git fetch origin
|
git submodule foreach git fetch origin
|
||||||
|
|
Loading…
Reference in a new issue