/ Published in: PHP
URL: http://www.adampatterson.ca/blog/2011/10/diy-simple-staging-server/
Update a Git repo with PHP
Expand |
Embed | Plain Text
/** * Git Pull * * @author Adam Patterson * * Use: echo pull(); * * Use a GitHub Post-Receive URL and automatic call this function with a URL. */ function pull ( ) { }
You need to login to post a comment.
