Update dependencies
This commit is contained in:
parent
373cb50aca
commit
e881d5624c
2 changed files with 26 additions and 24 deletions
|
@ -68,17 +68,19 @@ in
|
|||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
signing = {
|
||||
format = "ssh";
|
||||
key = sshKeyFile;
|
||||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
branch.autosetuprebase = "always";
|
||||
commit.gpgSign = true;
|
||||
github.user = "chvp";
|
||||
gpg.format = "ssh";
|
||||
merge.conflictStyle = "diff3";
|
||||
pull.rebase = true;
|
||||
rebase.autoStash = true;
|
||||
rerere.enabled = true;
|
||||
tag.gpgSign = true;
|
||||
user.signingKey = sshKeyFile;
|
||||
};
|
||||
ignores = [
|
||||
".DS_Store"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue