setting: change git pull.rebase to true
This commit is contained in:
parent
5ceca04074
commit
af6cffb876
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = false;
|
pull.rebase = true;
|
||||||
credential.helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper";
|
credential.helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue