Update 'pull.sh'

This commit is contained in:
matt1432 2023-01-07 01:55:35 -05:00
parent 7567ffcd76
commit 1bec83a13d

View file

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