From 0dba3a1a0dfa715d77936d8458c56de743401cad Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Wed, 25 Mar 2026 11:07:24 -0400 Subject: [PATCH] Moved .local to .com --- Move to a new git repo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```