Server Create Project # Create a bare project from scratch. git init --bare foo.git # Clone an existing project into a bare project. git clone --bare foo foo.git Move Project onto Server # Move project onto server. mv foo.git /home/git