Document: - How to detect contamination via git log and branch --contains - Prevention with explicit base: git checkout -b new-branch main - Fix using git rebase --onto - Force push with --force-with-lease for safety Addresses Issue #1 comment 281
Document: - How to detect contamination via git log and branch --contains - Prevention with explicit base: git checkout -b new-branch main - Fix using git rebase --onto - Force push with --force-with-lease for safety Addresses Issue #1 comment 281