Git empuje a una carpeta local diferente
git init --bare
git remote add Y file:///path/to/Y
Real Raccoon
git init --bare
git remote add Y file:///path/to/Y