nixos/core: enable verbose commit for git
This commit is contained in:
parent
da09435c32
commit
c9c80b8941
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ in
|
|||
|
||||
programs.git.enable = true;
|
||||
programs.git.config = {
|
||||
commit.verbose = true;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
rerere.enabled = true;
|
||||
|
|
Loading…
Reference in a new issue