+ [8 years ago] copumpkin thanks tobiasvl :) https://github.com/github/linguist/blob/master/vendor/README.md looks like it
+ [8 years ago] peatpunk_ Hey @channel, does anyone know if camo.githubusercontent.com has a IP range? I'd like to restrict access and permit only these IPs if possible.
+ [8 years ago] Seveas peatpunk_: https://help.github.com/articles/what-ip-addresses-does-github-use-that-i-should-whitelist/
+ [8 years ago] peatpunk_ Thanks @seveas...I was whitelisting those, but I borked something else which I just discovered. 192.30.252.0/22 range is what I have (and is now working)

message no. 160440

Posted by multifractal in #github at 2017-01-05T17:47:42Z

I accidentally tried to push large files to my repo (I thought I had gitignored them, but I guess I had not done it properly). It failed the push becuse of oversized files...
+ [8 years ago] Sna4x8 I have a JavaScript project on GitHub for which documentation is generated using jsdoc. I don't commit the documentation since the user can always generate it. Now I'd like to host a copy of the documentation using gh-pages, but I'm struggling with how to best do that.
+ [8 years ago] Sna4x8 1) I need documentation for each minor version of my project. I currently create tags for my releases. Is that possible with gh-pages documentation hosting?
+ [8 years ago] ZexaronS I can't find a way to delete my fork