feat: add git extraConfig
This commit is contained in:
parent
3105575c38
commit
cfbeb16f7d
1 changed files with 5 additions and 0 deletions
|
|
@ -8,5 +8,10 @@
|
||||||
};
|
};
|
||||||
userEmail = "jacob.bachmann@posteo.de";
|
userEmail = "jacob.bachmann@posteo.de";
|
||||||
userName = "Jacob Bachmann";
|
userName = "Jacob Bachmann";
|
||||||
|
extraConfig = {
|
||||||
|
init = { defaultBranch = "main"; };
|
||||||
|
core.editor = "nvim";
|
||||||
|
pull.rebase = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue