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