Update Move to a new git repo.md

Changed angle brackets to HTML equivalents
This commit is contained in:
2026-02-04 02:19:01 +00:00
parent 1e70a15b12
commit 9915119f4e
+3 -3
View File
@@ -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 &lt;URL to my OLD repo location&gt;
2. cd &lt;New directory where your OLD repo was cloned&gt;
3. git remote set-url origin &lt;URL to my NEW repo location&gt;
4. git push --mirror origin
## After