From 75c0be17d80365553c1cd3606388024f61d6f892 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 22 Jun 2020 17:06:18 +0200 Subject: [PATCH] Pull with rebase by default --- configurations/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configurations/git.nix b/configurations/git.nix index e88d5703..004c8d87 100644 --- a/configurations/git.nix +++ b/configurations/git.nix @@ -21,6 +21,9 @@ branch = { autosetuprebase = "always"; }; + pull = { + rebase = true; + }; }; ignores = [ ".envrc"