How to set GitHub user.name and user.email per Repository? Different .config file for different Repository

Do you have Personal GitHub and Work related GitHub account? I’m sure you do. Most of the fortune 500 companies are now using GitHub as their official code repository. By default /<Users>/.gitconfig file is used for all related information during commit. This is how .gitconfig file looks like: As you see above, there is tag … Continue reading How to set GitHub user.name and user.email per Repository? Different .config file for different Repository