added a force flag to commit command

This commit is contained in:
Shaun Hoffer 2024-10-02 21:49:42 -04:00
parent b6b56b783a
commit 0e69e0472e

2
run.sh

@ -36,5 +36,5 @@ fi
cp -r "$1"/* . && rm -rf "$1" cp -r "$1"/* . && rm -rf "$1"
git add -A git add -A
git commit -a -m "TTPages: Automated Update" git commit -a -m -f "TTPages: Automated Update"
git push -u git push -u