Change to use git push --force

This commit is contained in:
Alpyne 2020-07-20 21:27:55 -07:00
parent 7a66b7ceba
commit 7c3671f50f
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ git add client.txt
git commit -m "Update to $1"
echo "Pushing to origin..."
git push origin $1
git push --force origin $1