mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-15 14:16:39 +02:00
git: Rebase by default when using git pull
This commit is contained in:
parent
998d574580
commit
8e4723638a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user