git clone <source-repo-url> cd <repo-name> git remote add destination <destination-repo-url> git remote -v git push destination <branch-name> If All git push destination --all