==== Copy branch from a remote to another remote ==== \\ # imagine the branch is "stable-3.4" git checkout -b stable-3.4 upstream/stable-3.4 git push origin stable-3.4