Skip to content

Instantly share code, notes, and snippets.

@Vaseltior
Created March 14, 2015 09:43
Show Gist options
  • Save Vaseltior/f836580f5bbacf05382e to your computer and use it in GitHub Desktop.
Save Vaseltior/f836580f5bbacf05382e to your computer and use it in GitHub Desktop.
Updating GIT submodules
#!/bin/sh
git submodule update --init --recursive
git submodule update --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment