i have a different git repository for my office and a different git repo for my hobby projects.
when i do git config--global user.name
both the places the user name changes and this creates a confusion
of committing to a repo with user name.
Hence the question is how can i have the same username across all my hobby projects and the same username across the office projects. I use the same machine to work on both the places.