Say I have a Github repository.
- I am making a clone of the original.
- I am creating a Github repository to create a second repository.
- I am making changes to the clone of the original. Paste these changes on Github.
- Now I want to incorporate the changes mentioned in step 2 above into the forked repository.
Is this possible with Github (without using git)?
I know that I can add the second remote (fork) to my cloned repository and then add the changes there ( answer here ), but I'm curious if there is an alternative method that Github provides for pushing changes to forked copies of your repositories.
source
share