git pull default to rebase

This commit is contained in:
xunuwu 2024-09-09 12:10:46 +02:00
parent 1f35c4fe1c
commit a07357a196
No known key found for this signature in database

View file

@ -49,6 +49,8 @@ in {
extraConfig = {
gpg.format = "ssh";
push.autoSetupRemote = true;
pull.rebase = true;
rebase.autostash = true;
};
userEmail = "xunuwu@gmail.com";