+[2015-10-04T00:23:06Z]balrog-k1nhi, is there a shortcut to updating a fork with changes from the oroigin without downloading all the commits and uploading them back to github? +[2015-10-04T00:53:49Z]milkibalrog-k1n: you can delete the repo and refork +[2015-10-04T00:53:53Z]milkibalrog-k1n: other than that, no +[2015-10-04T00:55:21Z]balrog-k1nmilki: thanks, that's good to know +[2015-10-04T00:56:10Z]balrog-k1nis now at 90% into the git push anyway
message no. 114807
Posted by milki in #github at 2015-10-04T00:53:53Z
balrog-k1n: other than that, no
+[2015-10-05T01:34:30Z]deathspawnanyone know how to get a local folder to automatically 'git pull' whenever a change is pushed or after a certain amount of time? +[2015-10-05T01:37:47Z]Zarthusgithub has a hook system you can POST to +[2015-10-05T01:38:12Z]Zarthusyou can verify it comes from github using a secret in the header and by the github IP range +[2015-10-05T01:38:35Z]Zarthusbut there's also just a cronjob you set to whatever you want +[2015-10-05T01:39:06Z]Zarthuss/you can post to/that can post to your server/