Skip to content

Instantly share code, notes, and snippets.

@Narven
Forked from adampatterson/git_pull
Created October 21, 2013 10:48
Show Gist options
  • Save Narven/7081953 to your computer and use it in GitHub Desktop.
Save Narven/7081953 to your computer and use it in GitHub Desktop.
/**
* Git Pull
*
* @author Adam Patterson
* http://www.adampatterson.ca/blog/2011/10/diy-simple-staging-server/
*
* Use: echo pull();
*/
function pull ( )
{
return shell_exec('git pull');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment