DevNippets
  • Android
  • Kotlin Extensions
    • EditText Validation Extensions
    • AlertDialog Extensions
  • Linux / Unix
    • Git Commands
    • Linux Basic Commands
  • Libraries and Tools
    • Android Libraries
Powered by GitBook
On this page
  • Submodule
  • Sync
  • Update

Was this helpful?

  1. Linux / Unix

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

PreviousAlertDialog ExtensionsNextLinux Basic Commands

Last updated 5 years ago

Was this helpful?