Hi Tommi, I think that, rather than creating a second fork, you'd want to create a second git branch in same repository that you cloned from the original fork, commit your second RFC in the new branch you just made, push that branch back out to github, and then use the second branch to create your pull request. See http://git-scm.com/documentation and https://help.github.com/articles/creating-a-pull-request for more information.
On Tue, Apr 22, 2014 at 5:57 PM, Tommi <[email protected]> wrote: > On 2014-04-22, at 21:44, Brian Anderson <[email protected]> wrote: > > I'm not sure what you are asking for here. Have you submitted this as a > pull request to http://github.com/rust-lang/rfcs? > > > No, I haven't made the pull request, because I don't know how to do that > (or perhaps I would know how to do that, if I knew how to create a fork for > the second time of the same thing). I'm not even sure of what exactly it is > that I'm not capable of doing. > > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
