JSDD > Deploy with git
WIP
Create bare repo in ~/git and add remote to local copy:
On local computer:
git remote add server [email protected]:~/git/
Clone git repo to server
cd ~/www/example.com
git clone ~/git .
JSDD > Deploy with git
WIP
Create bare repo in ~/git and add remote to local copy:
On local computer:
git remote add server [email protected]:~/git/
Clone git repo to server
cd ~/www/example.com
git clone ~/git .