I am working with 2 projects in same time. One is for my work and another is my personal project. I'd like to use git as version control software.
I have configured .gitconfig under my my directory as follows.
1 [user]
2 name = gladder
3 email = gladder
So git can pickup my user settings automatically. however, I am just wondering that is it possible to get this setting in small scope?
So the project's user settings can override global user settings.