Let's say I have a Github repository.
- I make a clone of the original.
- I fork the Github repository to make a second repository.
- I make a change to the clone of the original. Push those changes to Github.
- I now want to pull in the changes referred to in step 2 above into the forked repository.
Is this possible with Github (not using git)?
I know that I can add a second remote (the fork) on my cloned repository, and then push changes up there as well (related answer here), but I am curious if there's an alternate method that Github provides to push changes out to forked copies of your repos.