I want to disable the option for my git users that they can set a global username and email. I want it to be empty at all.
Now I have the problem, that when some of them set the global user.name
and global user.email
, all the commited codes goes by the same name in every project.
How can I solve this problem?