Git the .git Folder (do zarządzania lokalnym repozytorium sklonowanym wieloma zdalnymi repozytorami)

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