adds missing re-adding of origin to repo cleaning

This commit is contained in:
gedankenstuecke 2026-08-13 23:15:11 +02:00
parent 9e66af4118
commit 2d57a6f19f

View file

@ -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/*'