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