I need to set user.name and user.email before commit. I want also upload my project to github.
In the past I have set user.name and this value is public on github website. The 2 values ( github username and git config user.name) can be different.
Because of the git config user.name value is public on github I think git config user.email is also public on github website.
Is it recommend to set user.email to the same as github email? I don't want to be public my email.