Repositório de servidor Create Git

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