🔧 enable push.autoSetupRemote
This commit is contained in:
parent
c53b563565
commit
e5f1729bdc
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ with pkgs;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
push.autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
#diff-so-fancy.enable = true;
|
#diff-so-fancy.enable = true;
|
||||||
difftastic.enable = true;
|
difftastic.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue