mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
adds missing re-adding of origin to repo cleaning
This commit is contained in:
parent
9e66af4118
commit
2d57a6f19f
1 changed files with 1 additions and 0 deletions
|
|
@ -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/*'
|
||||
|
|
|
|||
Loading…
Reference in a new issue