Add some new git options, foxtrot fixes
This commit is contained in:
parent
c15642693e
commit
f9c274f61a
2 changed files with 6 additions and 3 deletions
|
@ -46,6 +46,12 @@ in {
|
|||
|
||||
# TODO: https://blog.scottlowe.org/2023/12/15/conditional-git-configuration/
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
|
||||
merge.conflictstyle = "zdiff3";
|
||||
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
flake,
|
||||
inputs,
|
||||
outputs,
|
||||
# lib,
|
||||
# config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
|
Loading…
Reference in a new issue