Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

FYI, your commits are signed with "Your Name <you@example.com>". You'll want to fix your git config. For these existing commits, you can use git-filter-repo [0] to rewrite the author name and email.

    git filter-repo --force --name-callback 'return b"Name to use"' --email-callback 'return b"emailtouse@example.com"'

[0]: https://github.com/newren/git-filter-repo


Oops, good catch - thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: