Skip to content

fix: redact personal email from git/.gitconfig#59

Closed
stanfish06 wants to merge 1 commit into
masterfrom
claude/nice-cori-7NHpc
Closed

fix: redact personal email from git/.gitconfig#59
stanfish06 wants to merge 1 commit into
masterfrom
claude/nice-cori-7NHpc

Conversation

@stanfish06
Copy link
Copy Markdown
Owner

Closes #57

Problem

git/.gitconfig line 3 has email = [email protected] — a personal institutional email visible to anyone who clones the repo. PR #58 attempted this fix but was closed without merging.

Change

-	email = [email protected]
+	# email =

Same placeholder pattern used for User in ssh/config and hpc/ssh/config.

Test plan

  • grep -r 'zyyu@\|zhiyuan' git/ — no matches

Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

info leak: git/.gitconfig still has hardcoded [email protected] email

2 participants