Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 285 Bytes

git.md

File metadata and controls

20 lines (13 loc) · 285 Bytes

JSDD > Deploy with git

Deploy with git

WIP

Create bare repo in ~/git and add remote to local copy:

On local computer:

git remote add server dummy@your.vps.ip:~/git/

Clone git repo to server

cd ~/www/example.com
git clone ~/git .