Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created August 16, 2015 07:50
Show Gist options
  • Save kdabir/1191cee012aab3f7315f to your computer and use it in GitHub Desktop.
Save kdabir/1191cee012aab3f7315f to your computer and use it in GitHub Desktop.
finding all git repos in dir recursively
find . -type d -name .git ! -path "*/node_modules/*" ! -path "*/bower_components/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment