feat(home-essentials): make rebase default git pull method

This commit is contained in:
EinEtwas 2024-11-01 11:46:00 +01:00
parent 48af126f7e
commit b4872bfcec
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -8,6 +8,8 @@
push.autoSetupRemote = true; push.autoSetupRemote = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = true;
# Sign all commits using ssh key # Sign all commits using ssh key
commit.gpgsign = true; commit.gpgsign = true;
gpg.format = "ssh"; gpg.format = "ssh";