feat(home-essentials): make rebase default git pull method
This commit is contained in:
parent
48af126f7e
commit
b4872bfcec
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue