add submodule function
This commit is contained in:
parent
a7f2218a75
commit
641b300d95
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ logdebug "update submodules"
|
||||||
# run git submodule sync only ich local repo should use submodule urls from main-project
|
# run git submodule sync only ich local repo should use submodule urls from main-project
|
||||||
# so don't use it here
|
# so don't use it here
|
||||||
# logdebug "$($SGIT submodule sync)" || { logwarn "sync submodules failed on sync"; rc=6; }
|
# logdebug "$($SGIT submodule sync)" || { logwarn "sync submodules failed on sync"; rc=6; }
|
||||||
|
logdebug "$($SGIT submodule update --remote)"
|
||||||
logdebug "$($SGIT submodule update --init --recursive)"
|
logdebug "$($SGIT submodule update --init --recursive)"
|
||||||
#$SGIT submodule update --init --remote --merge 1>>"${MYSHELLCONFIG_LOGFILE}" 2>&1 || { logwarn " update submodules failed on update"; rc=9; }
|
#$SGIT submodule update --init --remote --merge 1>>"${MYSHELLCONFIG_LOGFILE}" 2>&1 || { logwarn " update submodules failed on update"; rc=9; }
|
||||||
#$SGIT checkout .gitmodules
|
#$SGIT checkout .gitmodules
|
||||||
|
|
Loading…
Reference in a new issue