Merge pull request #346 from DarkKirb/enable-git-rerere
enable autosetupremote and rerere
This commit is contained in:
commit
e05f03dcd9
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ desktop: {pkgs, ...}: {
|
|||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
push.autoSetupRemote = true;
|
||||
rerere.enabled = true;
|
||||
};
|
||||
delta.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue