mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
improved git config
This commit is contained in:
parent
0f869ded2d
commit
de15bd0f10
1 changed files with 5 additions and 0 deletions
|
@ -17,12 +17,17 @@ with lib;
|
|||
signByDefault = true;
|
||||
key = "6FC74C847011FD83";
|
||||
};
|
||||
delta.enable = true;
|
||||
ignores = [
|
||||
".direnv"
|
||||
];
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
diff.colorMoved = "zebra";
|
||||
pull.rebase = true;
|
||||
fetch.prune = true;
|
||||
rebase.autoStash = true;
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue