I created anonymous GitHub account and shared my project. I want to be able to push and share the project with different name. However, even if I choose to share project to the different anonymous account, my non-anonymous name is still shown in the commits. when uploading the project I selected anonymous account and pressed checkmark in Settings>Version Control>GitHub. After that, if I commit and push, my non-anonymous name is still shown in commits. When I share the project on GitHub, there are a few places where I can select my anonymous or non-anonymous account and even if I select anonymous account, my non-anonymous name in commits is still shown. How can
Asked
Active
Viewed 31 times
0
PCKing
- 35
- 4
-
2Each commit you do has a owner/email, see: [How to change the commit author for one specific commit?](https://stackoverflow.com/q/3042437/295004) and [How to amend several commits in Git to change author](https://stackoverflow.com/q/4981126/295004) – Morrison Chang Jan 16 '22 at 04:36