Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@youandhubris
Last active January 5, 2021 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save youandhubris/ec76044d4a25aebe85432c04f420026c to your computer and use it in GitHub Desktop.
Save youandhubris/ec76044d4a25aebe85432c04f420026c 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