From de61d805053ae9d3bc156734d01dd7617607a056 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Wed, 6 Jul 2022 11:30:08 +0200 Subject: [PATCH] :recycle: add config git pull strategy --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index a423924..b40a331 100644 --- a/makefile +++ b/makefile @@ -12,6 +12,7 @@ setup_tmux_a: setup_git: git config --global user.email "DannyDannyDanny" git config --global user.name "dth@taiga.ai" + git config --global pull.rebase false setup_vimwiki1: