You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2 removed career-profile/ (7 files of private career notes, including CV strategy and achievements) and the FAO experience sentences about contract category promotion and appraisal ratings from the site. All of that content, however, remains readable in git history (e.g. git show 00c0428^ -- career-profile/), and this is a public repo.
PR #2's own follow-up section already planned the scrub:
Open question (needs a decision — not executing autonomously)
A history rewrite is irreversible and requires a force-push to main, so it is parked here rather than executed. Points to weigh:
Scope of the rewrite.--path career-profile --invert-paths removes the notes directory but NOT the old index.html revisions that contain the promotion/appraisal sentences (present until commit 00c0428). Purging those too means rewriting index.html blobs with git filter-repo --replace-text, or accepting they stay.
GitHub retains cached views. Even after a force-push, the old commits stay reachable through the PR Remove internal notes from public site; align content with current CV #2 diff and by SHA until GitHub garbage-collects; a full purge requires a GitHub Support request to run GC / invalidate caches.
Local clones/worktrees of this repo will need re-cloning or hard resets afterwards.
Alternative: accept history as-is (the removed content is career-sensitive but not credentials/contact data) and close this issue.
Option A — full scrub: filter-repo on career-profile/ + replace-text for the two sentences, force-push, then GitHub Support ticket for cache purge. Option B — directory-only scrub: PR #2's exact commands, accept the index.html sentences remaining in history. Option C — no scrub: close this issue, accept public history.
Recommendation: A if the appraisal/contract details are the real concern (they are the most sensitive part); B is half a fix; C is defensible since the content is embarrassing-at-most, not contact/credential data.
Reply with A/B/C (or adjust) and the scrub can proceed.
Context
PR #2 removed
career-profile/(7 files of private career notes, including CV strategy and achievements) and the FAO experience sentences about contract category promotion and appraisal ratings from the site. All of that content, however, remains readable in git history (e.g.git show 00c0428^ -- career-profile/), and this is a public repo.PR #2's own follow-up section already planned the scrub:
Open question (needs a decision — not executing autonomously)
A history rewrite is irreversible and requires a force-push to
main, so it is parked here rather than executed. Points to weigh:--path career-profile --invert-pathsremoves the notes directory but NOT the oldindex.htmlrevisions that contain the promotion/appraisal sentences (present until commit 00c0428). Purging those too means rewritingindex.htmlblobs withgit filter-repo --replace-text, or accepting they stay.Option A — full scrub: filter-repo on
career-profile/+ replace-text for the two sentences, force-push, then GitHub Support ticket for cache purge.Option B — directory-only scrub: PR #2's exact commands, accept the index.html sentences remaining in history.
Option C — no scrub: close this issue, accept public history.
Recommendation: A if the appraisal/contract details are the real concern (they are the most sensitive part); B is half a fix; C is defensible since the content is embarrassing-at-most, not contact/credential data.
Reply with A/B/C (or adjust) and the scrub can proceed.