Git Commands

Submodule

Sync

git submodule sync

When there is an error like

error: Server does not allow request for unadvertised object

Update

git submodule update --remote

Last updated

Was this helpful?