Configuration written to $XDG_CONFIG_HOME/git/config. See git-config(1) for details.
Declarations
Type
attribute set of attribute set of (string or boolean or signed integer or list of (string or boolean or signed integer) or attribute set of (string or boolean or signed integer or list of (string or boolean or signed integer)))Default
{ }Example
{
core = {
whitespace = "trailing-space,space-before-tab";
};
url = {
"ssh://git@host" = {
insteadOf = "otherhost";
};
};
}