diff --git a/modules/cli/git.nix b/modules/cli/git.nix index 13d05ca..ffbebdd 100644 --- a/modules/cli/git.nix +++ b/modules/cli/git.nix @@ -20,6 +20,7 @@ push.autoSetupRemote = true; core.editor = "nvim"; gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers"; + pull.rebase = false; }; signing = {