git a pasta .git (para gerenciar seu repo local clonado muitos repositórios 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