diff --git a/docs/restore_repo.md b/docs/restore_repo.md index 59f0f09..3dc4c56 100644 --- a/docs/restore_repo.md +++ b/docs/restore_repo.md @@ -143,19 +143,6 @@ git push origin --tags --- -## Step 7 — If the remote was not empty (force push) - -Only use this if the remote already has commits (like an auto README) and you want your local project to become the “truth”. - -```bash -git push --force origin --all -git push --force origin --tags -``` - -⚠️ Warning: Force push overwrites the remote history. - ---- - ## Quick checklist * [ ] I made a backup (bundle or folder copy)