I want to clone from a remote A, and I want to push the clone to another remote B. I'm aware I can do this with 2 lines to have a bare clone from A to local and push to remote B.
Is this also possible without a local intermediate clone (similar to how we can pipe output from a first shell command directly to second shell command)?
Impersonation on the first remote via SSH shell or similar tricks are not possible for my scenario.