From d75c2e1af43b44950dbb210da9fcc94a9b9656e8 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 16 Dec 2023 20:44:06 +0100 Subject: rebase must exist --- config/essentials/git/config | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config/essentials/git') diff --git a/config/essentials/git/config b/config/essentials/git/config index 66ed53e..92bd6e5 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -3,7 +3,3 @@ [user] email = raymaekers.luca@gmail.com name = Raymaekers Luca -[pull] - rebase = false -[merge] - ff = false -- cgit v1.2.3 From 2601dc4b2e0eb8785fda7196c2f8d42799ddd668 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 16 Dec 2023 20:44:14 +0100 Subject: added autosetupremote --- 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..90bab4f 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -3,3 +3,5 @@ [user] email = raymaekers.luca@gmail.com name = Raymaekers Luca +[push] + autoSetupRemote = true -- cgit v1.2.3