Something you should know about, because it is really useful:
It is possible to change the (global) git configuration depending on
the folder you are in.
For example - when mixing work-related and private projects on the same machine:
~/.gitconfig:
|
|
And then inside ~/code/work/.gitconfig:
|
|
I rely on this daily - It is very useful!
So long!