How can I view all the git repositories on my machine?

If you are in Linux find / -name ".git", otherwise there is no way, they are standard directories, just use your OS file/folder find program to find .git named folders.

Leave a Comment