Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 278 Bytes

server.md

File metadata and controls

19 lines (15 loc) · 278 Bytes

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