Skip to content

Instantly share code, notes, and snippets.

@dg1an3
Created February 23, 2019 20:54
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 dg1an3/ca57e38c744d80826bb3fb2d8c37904d to your computer and use it in GitHub Desktop.
Save dg1an3/ca57e38c744d80826bb3fb2d8c37904d to your computer and use it in GitHub Desktop.
findstr for git repo urls
findstr /S "version" config
findstr /S "url" config
pushd <repo-dir> && git clean -xfd && popd
@dg1an3
Copy link
Author

dg1an3 commented Feb 23, 2019

  • allgiturl finds all git repos under the current directory that have a remote origin
  • allgit shows all git repos, whether local or remote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment