I have two remote origin
and another
repositories and, for example, commits history on origin:master
repo:
A - B - C - D - E - F
another
is empty repo.
Need to push only last two commits E - F
to another:master
i.e.:
origin:master: A - B - C - D - E - F
another:master: E - F
How I can do that with possibility after to push in this two remotes without rebase or something else?