Update Move to a new git repo.md
Changed angle brackets to HTML equivalents
This commit is contained in:
@@ -9,9 +9,9 @@ Taken from: https://stackoverflow.com/questions/1484648/how-to-migrate-git-repos
|
||||
|
||||
## Steps to take from a git-capable command line
|
||||
|
||||
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>
|
||||
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 --mirror origin
|
||||
|
||||
## After
|
||||
|
||||
Reference in New Issue
Block a user