+ [11 years ago] VxJasonxV pull requests can't be deleted (unless the whole repository is), so you can always reference them even if they're closed
+ [11 years ago] VxJasonxV even if the pull request* is closed
+ [11 years ago] 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?
+ [11 years ago] VxJasonxV yes. make the updates that were requested, and open a new pull request
+ [11 years ago] VxJasonxV you can watch comments anywhere: https://developer.github.com/v3/pulls/comments/

message no. 26601

Posted by drathir in #github at 2014-07-03T23:12:14Z

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?
+ [11 years ago] wepy hey
+ [11 years ago] 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?
+ [11 years ago] VxJasonxV git remote add github https://github.com/yourusername/yourrepository.git
+ [11 years ago] VxJasonxV git push github master
+ [11 years ago] VxJasonxV ah, also, fork the original project first