feat(git): disable rebase on pull
This commit is contained in:
@@ -59,7 +59,6 @@ lib.my.makeSwitch {
|
|||||||
key = "/home/${username}/.ssh/id_ed25519";
|
key = "/home/${username}/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = true;
|
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
gpg.ssh.allowedSignersFile =
|
gpg.ssh.allowedSignersFile =
|
||||||
(pkgs.writeText "allowed_signers" ''
|
(pkgs.writeText "allowed_signers" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user