Updated update, hopefully adding submodules too
This commit is contained in:
parent
b9d6742b4c
commit
59695a306f
1 changed files with 2 additions and 1 deletions
3
update
3
update
|
@ -6,5 +6,6 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
cd "${BASEDIR}"
|
cd "${BASEDIR}"
|
||||||
#git submodule update --recursive --remote
|
#git submodule update --recursive --remote
|
||||||
git submodule foreach git fetch && git submodule foreach git reset --hard origin/master
|
#git submodule foreach git fetch && git submodule foreach git reset --hard origin/master
|
||||||
|
git submodule update --recursive --remote
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue