diff --git a/Move to a new git repo.md b/Move to a new git repo.md index 5db5317..0af1965 100644 --- a/Move to a new git repo.md +++ b/Move to a new git repo.md @@ -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 ```