Git la carpeta .git (para administrar su repositorio local clonó muchos repos remotos)

git rev-parse --git-dir
to fetch the git folder of the repo (It is useful when you handle with many remote repos inside one local repo ) 
Codes_bucket