Git Crear repositorio de servidor

mkdir <your_repository_name>
cd <your_repository_name>
git init --bare
LordSalmon