Update docs/restore_repo.md

This commit is contained in:
2025-12-08 08:56:35 +00:00
parent d9b7ae9c2c
commit 6bbe730694

View File

@@ -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)