From b054a4fc8e2ab8b07ae3efcadd1bf3b064a0a0d7 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 8 Jan 2023 04:13:55 -0500 Subject: [PATCH] Auto Update --- pull.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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