+[2014-07-03T23:09:46Z]VxJasonxVpull 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]VxJasonxVeven if the pull request* is closed +[2014-07-03T23:12:14Z]drathironly 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]VxJasonxVyes. make the updates that were requested, and open a new pull request +[2014-07-03T23:14:48Z]VxJasonxVyou can watch comments anywhere: https://developer.github.com/v3/pulls/comments/
+[2014-07-04T00:19:47Z]wepyhey +[2014-07-04T00:20:22Z]wepyif 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]VxJasonxVgit remote add github https://github.com/yourusername/yourrepository.git +[2014-07-04T00:20:52Z]VxJasonxVgit push github master +[2014-07-04T00:21:14Z]VxJasonxVah, also, fork the original project first