On Fri, May 7, 2010 at 6:09 PM, A Large Angry SCM [off-list ref] wrote:
Avery Pennarun wrote:
quoted
cp .gitconfig .git/config
Perfectly valid. Copying the other way might (or might not) result in
invalid options in .gitconfig, which probably ought to be warned
about. But the syntax is obviously identical.
Which one takes precedence? I *MUST* be able to override a distributed
.gitconfig/.gitparams/.gitparameters file.
Yes, absolutely. As Linus said, the in-project file is lower priority
than your .git/config and ~/.gitconfig files.
Avery