Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- git clone --bare git@git.test.com:my-repo-a.git
- git fetch origin
- git remote add new-origin git@git.test.com:my-repo-b.git
- git push --mirror new-origin
- git remote rm origin
- git remote rename new-origin origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement