setting: change git pull.rebase to true

This commit is contained in:
Infinidoge 2021-10-15 09:41:40 -04:00
parent 5ceca04074
commit af6cffb876

View file

@ -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";
}; };