Moved .local to .com
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user