Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theCoderCat/2a93734ac9c6384e8008e8a9e4ff786a to your computer and use it in GitHub Desktop.
Save theCoderCat/2a93734ac9c6384e8008e8a9e4ff786a to your computer and use it in GitHub Desktop.
Update all Submodules, using a Custom Action, in Source Tree

Update all Submodules, using a Custom Action, in Source Tree

  1. Go to Actions > Custom Actions > Edit > Add

  2. Menu Caption Update All Submodules

  3. Check Show Full Output

  4. Script to run /usr/bin/git

    If installed in default location

  5. Parameters submodule update --recursive --remote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment