Is there a way in which I can see all the git repositories that exist on my machine? Any command for that?
For Linux:
dir="/home/${USER}" dir_not="${dir}/miniconda3" find /home/aeug -type d -iname ".git" -o -path "${dir_not}" -prune | xargs -0 echo