Git erstellen Server -Repository

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