From 7016e9f2f130701fab13634a2d4344536aeee0f1 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Tue, 19 Nov 2024 05:17:03 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(config):=20set=20merge=20->?= =?UTF-8?q?=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sh b/config.sh index ab84847..890b5a2 100755 --- a/config.sh +++ b/config.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Overwrite false (Merge = true) +git config --global pull.rebase false + # Github credential config git config --global user.email "m.eshanized@gmail.com"