DEV Community

Discussion on: Configure Git for Work and Personal stuff

Collapse
 
flyingdot profile image
Dani Meier

Can you explain little more about your solution? I don't think that this is working just by "injecting" additional partial .gitconfig-Files into the file-tree.

Collapse
 
vlasales profile image
Vlastimil Pospichal

Uhh, sorry. The path is .git/config.

Each project can have its own .git/config. This is described in the manual as a local configuration that overrides the same keys in the global config.