Git Create Server Repository

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