mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
git: more sensible config
This commit is contained in:
parent
ba08007b41
commit
9937d9cdb3
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@ with lib;
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
key = "6FC74C847011FD83";
|
key = "6FC74C847011FD83";
|
||||||
};
|
};
|
||||||
extraConfig.init.defaultBranch = "main";
|
extraConfig = {
|
||||||
|
init.defaultBranch = "main";
|
||||||
|
diff.colorMoved = "zebra";
|
||||||
|
pull.rebase = true;
|
||||||
|
fetch.prune = true;
|
||||||
|
rebase.autoStash = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.extraActivationPath = [ pkgs.gnupg ];
|
home.extraActivationPath = [ pkgs.gnupg ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue