find
You can easiely find all repositories you have created, by this command, in git bash, your local computer:
find . -name ".git"
by Guram Azarashvili
2 years ago
Git
Commands
0
Pro tip: use ```triple backticks around text``` to write in code fences