it is "git submodule", not "git submodules"
This commit is contained in:
2
g
2
g
@@ -220,7 +220,7 @@ local module
|
|||||||
if [ -f .gitmodules ] ; then
|
if [ -f .gitmodules ] ; then
|
||||||
git submodule update
|
git submodule update
|
||||||
if [ -n "$branch" ] ; then
|
if [ -n "$branch" ] ; then
|
||||||
git submodules foreach git checkout -b ${branch} HEAD || return $?
|
git submodule foreach git checkout -b ${branch} HEAD || return $?
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# now that is the nasty case we moved prior to submodules
|
# now that is the nasty case we moved prior to submodules
|
||||||
|
Reference in New Issue
Block a user