Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. git clone <url to origin repo> temp-dir
  2. git branch -a
  3. git checkout branch-name
  4. git fetch --tags
  5. git tag
  6. git branch -a
  7. git remote rm origin
  8. git remote add origin <url to NEW repo>
  9. git push origin --all
  10. git push --tags
Add Comment
Please, Sign In to add comment