Skip to content

Instantly share code, notes, and snippets.

View ProgrammerNomad's full-sized avatar
:atom:
I may be slow to respond.

Shiv Singh ProgrammerNomad

:atom:
I may be slow to respond.
View GitHub Profile
@marcialca
marcialca / Creating and Deploying using Git Github and PHP
Created October 2, 2012 06:07
Creating and Deploying using Git, Github and PHP
/** Creating and Deploying using Git, Github and PHP **/
Prerequisites:
Server: SSH Acces, PHP, Git
Local: SSH, Git
0.Create a PHP file in your project called "deploy.php" with this content: /*<?php `git pull`;*/
1. Create Your Github Repo
2. Go to your project folder and initiate a git repository