Is there a way in which I can see all the git repositories that exist on my machine? Any command for that?
On *nix, this will also find any --bare repositories.
--bare
find / -name "*.git" -type d