Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 14
    @MT: Where do you enter these commands, though? The gist of the question, as I understand it, is how to resynchronize your personal GitHub fork with the main project, and do this all from GitHub. In other words, how can you update your remote fork without a local repository?
    – John Y
    Commented May 16, 2016 at 15:33
  • 7
    @JohnY Using GitHub will always create an extra commit. You need to do all this in a shell on a local repo to avoid that extra commit. Commented Oct 14, 2016 at 21:51