diff --git a/pull.sh b/pull.sh index f4f8c78..df53865 100644 --- a/pull.sh +++ b/pull.sh @@ -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