configure git?
This commit is contained in:
parent
d40fdf10b0
commit
e78a816c06
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ in {
|
|||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
core = {
|
||||
fsmonitor = true;
|
||||
untrackedCache = true;
|
||||
};
|
||||
feature.manyFiles = true;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
push.autoSetupRemote = true;
|
||||
|
|
Loading…
Reference in a new issue