Update 'pull.sh'

This commit is contained in:
matt1432 2022-12-27 19:28:28 -05:00
parent e716e82c34
commit 13e8c39a86

View file

@ -1,4 +1,5 @@
#!/bin/bash
if [ -f ~/git/dotfiles ] ; then
git config pull.rebase false
(cd ~/git/dotfiles && git pull)
fi