git submodule init
git submodule update
And don't use git submodule update --remote, this will break the sync between super project and submodule.
git submodule update
And don't use git submodule update --remote, this will break the sync between super project and submodule.
0 comments:
Post a Comment