From 87205a7f5389ee5dcb4d22ee51b16b2032e8c3a8 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Thu, 2 Jul 2020 13:51:13 +0800 Subject: [PATCH] git: rebase pull --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 22d010f..b4f43ed 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,3 +12,5 @@ path = ~/.config/git/config-cscc [includeIf "gitdir:~/automated/"] path = ~/.config/git/config-automated +[pull] + rebase = true -- 2.45.2