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;
|
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";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue