Auto Update

This commit is contained in:
matt1432 2023-01-08 04:13:55 -05:00
parent 2b68762d13
commit b054a4fc8e

View file

@ -4,5 +4,7 @@ if [ -d ~/git/dotfiles ] ; then
git config --global user.name "matt1432" &&
cd ~/git/dotfiles &&
git config pull.rebase false &&
git pull)
git pull &&
git commit -am "Auto Update"
git push)
fi