Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--to_stable_branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/to_stable_branch.sh b/to_stable_branch.sh
index 28a22bc..92db275 100644
--- a/to_stable_branch.sh
+++ b/to_stable_branch.sh
@@ -1,7 +1,7 @@
#!/bin/bash
version=$(sed -n -e 's/.*<version>\(.*\)<\/version>.*/\1/p' appinfo/info.xml)
-git branch -d stable
+git branch -D stable
git push origin --delete stable
git checkout master
git checkout -b stable