Skip to content

Instantly share code, notes, and snippets.

@sweenzor
Created November 26, 2013 06:46
Show Gist options
  • Save sweenzor/7654326 to your computer and use it in GitHub Desktop.
Save sweenzor/7654326 to your computer and use it in GitHub Desktop.
Find all git controlled directories and list their remotes
find ~ -name .git | xargs -I % git --git-dir=% remote -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment