From 7c3671f50fb83c1bb445f840654a42c955997bc0 Mon Sep 17 00:00:00 2001 From: Alpyne Date: Mon, 20 Jul 2020 21:27:55 -0700 Subject: [PATCH] Change to use git push --force --- create-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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