updated git.sh

pull/4/merge
Hari Sekhon 1 year ago
parent 4536bb3cdc
commit 4116ccbeb0

@ -881,7 +881,7 @@ updatemodules(){
if [ -d "$submodule" ] && ! [ -L "$submodule" ]; then
pushd "$submodule" || continue
git stash
git checkout master
git checkout "$(git_default_branch)"
git pull --no-edit
git submodule update
# shellcheck disable=SC2164

Loading…
Cancel
Save