mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
push.autoSetupRemote
This commit is contained in:
parent
9dd4a6f60e
commit
0d9520038f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
core.autocrlf = false;
|
core.autocrlf = false;
|
||||||
core.editor = "nvim";
|
core.editor = "nvim";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
push.autoSetupRemote = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue