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;
|
||||
|
||||
extraConfig = {
|
||||
pull.rebase = false;
|
||||
pull.rebase = true;
|
||||
credential.helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue