From 6a7f2dd7a330a4591c219b900bc0cc0a17e78a74 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 18 Feb 2023 18:13:32 +0100 Subject: added: (git) set 'merge' to default pull strategy --- config/essentials/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/essentials/git') diff --git a/config/essentials/git/config b/config/essentials/git/config index 92bd6e5..5d269ec 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -3,3 +3,5 @@ [user] email = raymaekers.luca@gmail.com name = Raymaekers Luca +[pull] + rebase = false -- cgit v1.2.3