From 6bbe730694545c573010009bf3877d21e4cc5354 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Mon, 8 Dec 2025 08:56:35 +0000 Subject: [PATCH] Update docs/restore_repo.md --- docs/restore_repo.md | 13 ------------- 1 file changed, 13 deletions(-) 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)