Skip to content

Instantly share code, notes, and snippets.

@quimic-gist
Created December 11, 2014 09:52
Show Gist options
  • Save quimic-gist/5b5019ac1425a0b8916e to your computer and use it in GitHub Desktop.
Save quimic-gist/5b5019ac1425a0b8916e to your computer and use it in GitHub Desktop.
Git:Find git root directories in home folder
#Find git root directories in home folder
find ~ -type d -name .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment