1

I have two github repositories to manage the same project at first. Then I make some changes in one repository files. How can I do to make the changes to another repository?

The two repositories are independent of each other,not the master and branch relationship

Thanks

gezhonglunta
  • 1,301
  • 3
  • 13
  • 17

1 Answers1

1

One solution (for GitHub repo or any two repos), would be to isolate your changes in a patch, and apply to your second local clone of your second GitHub repo.

See as an example:

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250