diff --git a/create-branch.sh b/create-branch.sh index a5ad828..9b1fd6c 100755 --- a/create-branch.sh +++ b/create-branch.sh @@ -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