home: specify rebase as default git merge strategy
This commit is contained in:
parent
f8213dfed8
commit
21451d5a8f
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "shadows@with.al";
|
userEmail = "shadows@with.al";
|
||||||
userName = "liv";
|
userName = "liv";
|
||||||
extraConfig = { init = { defaultBranch = "main"; }; };
|
extraConfig = {
|
||||||
|
init.defaultBranch = "main";
|
||||||
|
pull.rebase = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.jujutsu = {
|
programs.jujutsu = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue