mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-20 11:11:38 +02:00
git: Rebase by default when using git pull
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
web.browser = "librewolf";
|
web.browser = "librewolf";
|
||||||
push.default = "simple";
|
push.default = "simple";
|
||||||
|
pull.rebase = true;
|
||||||
branch.autosetuprebase = "always";
|
branch.autosetuprebase = "always";
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
rerere.enabled = true;
|
rerere.enabled = true;
|
||||||
|
Reference in New Issue
Block a user