In what git version became the git config --local option available, and where can I read more about it?
I thought that not providing --global will automatically assume that it's a local config variable. Why was this new option necessary?
|
In what git version became the I thought that not providing |
||||
|
|
Since the git sources are maintained in git, we can find the revision that introduced the
It appears that this change first appeared in release 1.7.4 which came out in late 2010 or so. As far as I can tell from a quick look at the source code ( |
|||
|
|