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
|
## Examples
|
||||||
|
|
||||||
Old repo: https://git.bitnetix.com/Bitnetix/documentation
|
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
|
git clone --mirror https://git.bitnetix.com/Bitnetix/documentation
|
||||||
cd documentation.git
|
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
|
git push --mirror origin
|
||||||
rm -Rf documentation.git
|
rm -Rf documentation.git
|
||||||
git clone http://git.bitnetix.local/eloyd/Documentation
|
git clone http://git.bitnetix.com/eloyd/Documentation
|
||||||
cd Documentation
|
cd Documentation
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user