+ [2014-07-03T23:09:46Z] VxJasonxV pull requests can't be deleted (unless the whole repository is), so you can always reference them even if they're closed
+ [2014-07-03T23:09:50Z] VxJasonxV even if the pull request* is closed
+ [2014-07-03T23:12:14Z] drathir only want to figure its normal... that mean need only correct things on local and again pull request make, right? btw its any possibility to watch that comments from console?
+ [2014-07-03T23:14:13Z] VxJasonxV yes. make the updates that were requested, and open a new pull request
+ [2014-07-03T23:14:48Z] VxJasonxV you can watch comments anywhere: https://developer.github.com/v3/pulls/comments/

message no. 26388

Posted by jrobeson in #github at 2014-07-03T08:39:53Z

about 70 repositories
+ [2014-07-04T00:19:47Z] wepy hey
+ [2014-07-04T00:20:22Z] wepy if i cloned a github repo on my box, then i pushed it to my own git server... but now i want to put it on my github account as a fork of the original project or something... how would i do that?
+ [2014-07-04T00:20:50Z] VxJasonxV git remote add github https://github.com/yourusername/yourrepository.git
+ [2014-07-04T00:20:52Z] VxJasonxV git push github master
+ [2014-07-04T00:21:14Z] VxJasonxV ah, also, fork the original project first