From 48090260aade6c95b98bd4cd384501db1060d8f8 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 1 Feb 2022 01:10:56 +0100 Subject: [PATCH] git: Set `branch.autosetuprebase` to `always` --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index a97df3e..dd28b9f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,6 +7,8 @@ root = rev-parse --show-toplevel spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull" track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\"" +[branch] + autosetuprebase = always [color "status"] added = 076 untracked = 014