diff --git a/content/git/reduce-size.md b/content/git/reduce-size.md index 2f1e915..e465b00 100644 --- a/content/git/reduce-size.md +++ b/content/git/reduce-size.md @@ -129,6 +129,7 @@ to undo in case anything goes wrong. ```shell git config unset remote.origin.mirror + git remote add origin git@codeberg.org:your_user_name/your_repo.git git push origin --force 'refs/heads/*' git push origin --force 'refs/tags/*' git push origin --force 'refs/replace/*'