Check out Github changes on Github

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.

+5
source share
1 answer

As far as I know, this needs to be done through Git.

, , , // , Git / . Github ( ) , Git.

+3

All Articles