From d118fd7f96fcd5cd172677509b2372c1870a2f72 Mon Sep 17 00:00:00 2001 From: GeorgeSG Date: Wed, 26 May 2021 14:29:15 +0300 Subject: [PATCH] Specify git pull with rebase --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index b9a0cda..ec240e4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -53,3 +53,5 @@ # local user config, usernames, etc [include] path=~/.gitconfig-local +[pull] + rebase = true