+[2016-11-01T19:32:53Z]zpotoloomon the other hand London VPS and New York VPS >10MiB/s from the same IP-s +[2016-11-01T19:37:17Z]sangyzpotoloom: same ip's using the VPS? +[2016-11-01T19:40:23Z]zpotoloomsangy: yes, tried the same 4 IP-s from the VPS +[2016-11-01T19:41:43Z]zpotoloomprobably should talk with ISP once more, something in the network path seems to be limiting the connection to github +[2016-11-01T19:42:01Z]sangyzpotoloom: yeah, that's the only conclusion that I can get from this
it mentions that it uses the "ACE editor" but I don't see the editor anymore after the initial paste/commit
+[2016-11-02T02:05:56Z]DarmaniHow do I remove an existing commit from the history? +[2016-11-02T02:09:59Z]black13how do you undue changes you have made to a fork +[2016-11-02T08:52:28Z]rom1504git branch -D master && git checkout -b master upstream/master +[2016-11-02T08:52:37Z]rom1504git push --force origin master +[2016-11-02T08:53:06Z]rom1504you can also just delete the fork and recreate it on github, as you want