Fix git pull autoconfigure
This commit is contained in:
parent
f101c79e04
commit
427638f243
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
credentials.helper = "store";
|
||||
pull.rebase = false;
|
||||
push.autoSetupRemove = true;
|
||||
branch.autoSetupMerge = true;
|
||||
push.autoSetupRemote = true;
|
||||
branch.autoSetupMerge = "always";
|
||||
init.defaultBranch = "master";
|
||||
diff.noprefix = true;
|
||||
color.ui = "auto";
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
gocryptfs
|
||||
sshfs
|
||||
ncdu
|
||||
jq
|
||||
];
|
||||
home.sessionVariables = {
|
||||
XDG_CONFIG_HOME = "${config.xdg.configHome}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue