How to push the same changes (diff) to multiple remotes with diverging history?
I have two upstream repositories ftp05
and ftp06
that contain diverging git history. However, some files are shared between them. Now I made changes to a file which is the same for both repositories and I want to push those changes upstream to both remotes. How can I do this in the most efficient way?