Is there a way in which I can see all the git repositories that exist on my machine? Any command for that?
A simple PowerShell version:
Get-ChildItem . -Recurse -Hidden .git