+[2015-08-21T16:53:59Z]Nevikif you're setting the consistent download up in an environment where you can use git, you can always run a shallow clone, which i think you can run on an arbitrary ref. if you don't know what shallow clones are, i can look into whether they can indeed do that. +[2015-08-21T16:54:13Z]Nevikafaik github does not support git-archive (yet), for infrastructure/load reasons +[2015-08-21T17:05:43Z]DrSlonythank you frdmn +[2015-08-21T17:49:44Z]blood|wrkim trying to force push an older commit to my remote branch. When i attempt to do it, it says "Everything-up-to-date" +[2015-08-21T17:56:13Z]blood|wrknm fixed
It wouldn't delete the files because they were deleted in the reverse commit?
+[2015-08-22T03:27:59Z]factorIf I wanted ot add a converter into GITHUB to convert a pcb file from KICAD to STL so you can view your part before downloading it , how would I do this, or could I? +[2015-08-22T03:41:39Z]jetsaredimcan someone explain how to fix a PR? +[2015-08-22T03:42:22Z]jetsaredimthere was some space indenting issues with some python code I submitted to a repo and it failed the Travis CI but its an easy fix I just don't know how to do it without creating a whole new PR +[2015-08-22T03:45:43Z]Infininightjetsaredim: just fixup your commit and force push it to your repo +[2015-08-22T03:45:50Z]Infininightthe pull request will automatically update