Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Created September 16, 2017 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelz/e15fb6667e0c8877631340e5325c7eb3 to your computer and use it in GitHub Desktop.
Save mikaelz/e15fb6667e0c8877631340e5325c7eb3 to your computer and use it in GitHub Desktop.
GIT clone URLs from .gitsubmodule file
cat .gitmodules|grep url|cut -d = -f 2 | xargs -L1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment