From bc6ede2a83586e1799bdabf0ddf0bb1a38d8151f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 3 Apr 2021 15:26:42 +0300 Subject: [PATCH] base header auto usage in git-format --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 2abb7ec..b00a96b 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -45,3 +45,5 @@ autocorrect = never [init] defaultBranch = master +[format] + useAutoBase = true -- 2.44.0