Skip to content

Instantly share code, notes, and snippets.

@grafst
Created April 19, 2017 12:48
Show Gist options
  • Save grafst/0ba0cffdc9f65ca7b7bcea869e06ea65 to your computer and use it in GitHub Desktop.
Save grafst/0ba0cffdc9f65ca7b7bcea869e06ea65 to your computer and use it in GitHub Desktop.
Get the URLs of cloned Repositories
for repo in `ls */.git -d`; do cat $repo/config | grep url| awk {'print $3'}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment