Skip to content

Instantly share code, notes, and snippets.

@thatarchguy
thatarchguy / gitStarred.js
Created July 16, 2014 05:14
Clone or Pull all starred repositories
/*
nodejs
Clone all starred repositories
Planned on running this on a cron to clone/pull repos I have starred.
Right now can only do the first 30 because of github api limit.
Need to paginate!
@thatarchguy
thatarchguy / webhook.php
Created June 8, 2014 20:01
Cpanel deploy.php script
<?php
/**
* GIT DEPLOYMENT SCRIPT
*
* Used for automatically deploying websites via github or bitbucket, more deets here:
*
* https://gist.github.com/1809044
*
* Edited for Cpanel use
*/