Guest User

Untitled

a guest
Oct 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. git clone --mirror <URL to my OLD repo location>
  2. cd <New directory where your OLD repo was cloned>
  3. git remote set-url origin <URL to my NEW repo location>
  4. git push -f origin
Add Comment
Please, Sign In to add comment