From 13e8c39a86348899ecef048cb0f60afb400c3b35 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Dec 2022 19:28:28 -0500 Subject: [PATCH] Update 'pull.sh' --- pull.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pull.sh b/pull.sh index 96a5c48..b35163f 100644 --- a/pull.sh +++ b/pull.sh @@ -1,4 +1,5 @@ #!/bin/bash if [ -f ~/git/dotfiles ] ; then + git config pull.rebase false (cd ~/git/dotfiles && git pull) fi \ No newline at end of file