Prefer rebase when pulling from git

This commit is contained in:
Martin Berg Alstad 2025-04-15 13:01:20 +02:00
parent 0474fd9802
commit 980334b44b
Signed by: martials
GPG Key ID: 706F53DD087A91DE

View File

@ -23,6 +23,7 @@
signing.signByDefault = true; signing.signByDefault = true;
extraConfig = { extraConfig = {
pull.rebase = true;
push.autoSetupRemote = true; push.autoSetupRemote = true;
safe.directory = "/etc/nixos"; safe.directory = "/etc/nixos";
credential.helper = "${package}/bin/git-credential-libsecret"; credential.helper = "${package}/bin/git-credential-libsecret";