Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Git push branch from one remote to another

15 Sep 2021 »

https://stackoverflow.com/questions/7818927/git-push-branch-from-one-remote-to-another

$ git remote
origin
origin2

$ git push origin2 origin/master:refs/heads/development_test2

origin2: remote target origin/master: remote source branch

development_test2: remote target branch