diff --git a/home/essentials/git.nix b/home/essentials/git.nix index 49aa222..a974d91 100644 --- a/home/essentials/git.nix +++ b/home/essentials/git.nix @@ -8,6 +8,8 @@ push.autoSetupRemote = true; init.defaultBranch = "main"; + pull.rebase = true; + # Sign all commits using ssh key commit.gpgsign = true; gpg.format = "ssh";