Merge pull request #346 from DarkKirb/enable-git-rerere

enable autosetupremote and rerere
This commit is contained in:
Charlotte 🦝 Delenk 2024-01-17 09:26:27 +01:00 committed by GitHub
commit e05f03dcd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,8 @@ desktop: {pkgs, ...}: {
extraConfig = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
push.autoSetupRemote = true;
rerere.enabled = true;
};
delta.enable = true;
};