Vacuum Decay Facebook Comments
x
Vacuum Decay Facebook Comments
x
Vacuum Decay Facebook Comments
x
Vacuum Decay Facebook Comments
How to Deploy a Website to a Remote Server Using GIT
Using git to deploy your website to your remote server ssh into your server and make a directory.mkdir -p /var/repo/website.git cd /var/repo/website.git/ git init –bare cd hooks nano post-receive #!/bin/sh git […]