Tell HN: Find anyone's email by adding .patch to end of a Git commit URL
I just discovered that if you add .patch to the end of a git commit URL, you're able to find the email address associated with the commit. This concerns me. Is there a best practice for obfuscating your email on git commits?
4 comments
[ 2.8 ms ] story [ 22.2 ms ] threadYou can have GitHub establish a proxy email for you - https://docs.github.com/en/github/setting-up-and-managing-yo...