+ [2016-09-25T20:43:45Z] pouledodue when contributing to a project on github , is it considered acceptable to use a different test runner than the one used in the project
+ [2016-09-25T20:46:33Z] sam that’s really a matter to settle with the project managers/contributors

message no. 151601

Posted by tomkralidis in #github at 2016-09-25T12:57:23Z

that's unfortunate, previously it was easy to commit to a fork, and click on my contributor activity to click the fork/branch to create a PR. Or is there an alternative?
+ [2016-09-26T01:15:12Z] JnNy Hi, I've been using github to host my website, but after doing a system restore I can't seem to push any updates. I get this output after running git push: http://pastebin.com/raw/ckVhc97w
+ [2016-09-26T01:15:20Z] JnNy I'm not sure the best way to handle this
+ [2016-09-26T01:23:02Z] Geo w/o even reading that link, you probably need to pull down your old updates first
+ [2016-09-26T01:23:28Z] Geo *then* mod that and push back
+ [2016-09-26T01:35:54Z] JnNy ugh, i can't even figure out how to do that. git clone doesn't seem to download anything in my repo, I'm guessing because of the gh-pages branch but I don't know