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,181
  • 3
  • 11
  • 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,129,465
  • 480
  • 4,036
  • 4,755