git: enable push.autoSetupRemote
This commit is contained in:
parent
ae7c690fe1
commit
7663238d87
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
||||||
signing.signByDefault = true;
|
signing.signByDefault = true;
|
||||||
signing.key = "91F97D9ED12639CF";
|
signing.key = "91F97D9ED12639CF";
|
||||||
|
|
||||||
extraConfig.pull.rebase = true;
|
extraConfig = {
|
||||||
|
pull.rebase = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gh.enable = true;
|
programs.gh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue