✨ Prefer rebase when pulling from git
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
signing.signByDefault = true;
|
||||
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
safe.directory = "/etc/nixos";
|
||||
credential.helper = "${package}/bin/git-credential-libsecret";
|
||||
|
Reference in New Issue
Block a user