Hoping you have your own VPS setup by now
SSH into GIT SERVER: you can either create a new user or remain root and give other also root priviledges [dangerous]
ssh root@<Your server's IPV4 addr or domain>
# or
ssh <new-user>@<Your server's IPV4 addr or domain>