+ [2015-11-28T20:17:25Z] Seveas rook2pawn: for adding the answer is yes, for removing I don't know. Never tried :)
+ [2015-11-29T02:15:47Z] postmodern is there a correct way to sync files down from githubusercontent.com using wget/curl, and avoid re-downloading the same file?
+ [2015-11-29T02:16:06Z] postmodern the HTTP servers do not appear to support Last-Modified, so I can't use timestamps
+ [2015-11-29T10:40:21Z] Seveas postmodern: ETag maybe?
+ [2015-11-29T21:12:12Z] Seveas Pavan failed :(

message no. 122662

Posted by postmodern in #github at 2015-11-29T02:16:06Z

the HTTP servers do not appear to support Last-Modified, so I can't use timestamps
+ [2015-11-30T01:20:57Z] sparr is there a way in the github ui to navigate back through changes to a single line of code? my current process is to load up blame for the file, click the commit for the line, go to the parent commit, go back to the file and line, load blame again, repeat. this is very tedious.
+ [2015-11-30T01:23:10Z] nedbat sparr: i would like to know this also!
+ [2015-11-30T01:25:35Z] sparr here's a command line solution http://stackoverflow.com/a/12622473/13675
+ [2015-11-30T02:35:40Z] jeffreylevesque if a subdirectory needs an additional note about the files in the directory, should i create another `README.md` in the subdirectory?
+ [2015-11-30T02:37:15Z] jeffreylevesque nedbat, my repo is finally pep8 compliant - https://travis-ci.org/jeff1evesque/machine-learning/builds/93857219