Moved .local to .com

This commit is contained in:
2026-03-25 11:07:24 -04:00
parent b750ae3eca
commit 0dba3a1a0d
+3 -3
View File
@@ -21,14 +21,14 @@ At this point, you have an old repo, a new repo, and a mirror on your filesystem
## Examples
Old repo: https://git.bitnetix.com/Bitnetix/documentation
New repo: http://git.bitnetix.local/eloyd/Documentation
New repo: http://git.bitnetix.com/eloyd/Documentation
```
git clone --mirror https://git.bitnetix.com/Bitnetix/documentation
cd documentation.git
git remote set-url origin http://git.bitnetix.local/eloyd/Documentation.git
git remote set-url origin http://git.bitnetix.com/eloyd/Documentation.git
git push --mirror origin
rm -Rf documentation.git
git clone http://git.bitnetix.local/eloyd/Documentation
git clone http://git.bitnetix.com/eloyd/Documentation
cd Documentation
```