feat(git): rebase branch by default when pulling

This commit is contained in:
wi11-holdsworth 2026-01-07 12:20:18 +11:00
parent 070305fe6e
commit a314b1022f

View file

@ -5,7 +5,7 @@
init.defaultBranch = "main"; init.defaultBranch = "main";
core.editor = "nvim"; core.editor = "nvim";
push.autoSetupRemote = true; push.autoSetupRemote = true;
pull.rebase = false; pull.rebase = true;
user = { user = {
name = "wi11-holdsworth"; name = "wi11-holdsworth";
email = "83637728+wi11-holdsworth@users.noreply.github.com"; email = "83637728+wi11-holdsworth@users.noreply.github.com";