I got in trouble, when i find my github name and email address in most of my 12 repositories. I want to hide or change my user.name
and user.email
from those repositories, instead only commit date , history and github username would be fine.
In all 12 repos , in github, I had checked using
git config --list
and git log
and there I found my email and name.
In gui Github, Everybody could see my name and email in those commits. I cant put all them in private because It is my lifetime work and some are working now, I've to show recruiters.
Is there any way to change those emails and name please?
Appreciate for your help.