feat(git): rebase branch by default when pulling
This commit is contained in:
parent
070305fe6e
commit
a314b1022f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
init.defaultBranch = "main";
|
||||
core.editor = "nvim";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = false;
|
||||
pull.rebase = true;
|
||||
user = {
|
||||
name = "wi11-holdsworth";
|
||||
email = "83637728+wi11-holdsworth@users.noreply.github.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue