From 6f2ec9fa0832c4a80b4f0fc3b2a0ef52ad640934 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sat, 31 Oct 2020 20:37:37 +0100 Subject: [PATCH] Rebase by default on 'git pull' --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index ed7d434..428887b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,3 +5,5 @@ excludesfile = /home/vladan/.gitignore_global [credential] helper = store +[pull] + rebase = true