Git Utwórz repozytorium serwerów

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