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:
authorPhie <phie@phie.ovh>2020-03-29 19:41:42 +0300
committerPhie <phie@phie.ovh>2020-03-29 19:41:42 +0300
commit4fd06bf8a152247581b756c6e443d21ee6d139f9 (patch)
tree50832ed1a8f6372e8e7173f9f0992c313683db57 /to_stable_branch.sh
parentae581b9425c1df1f754e800f408f1e09f970067f (diff)
-D to delete branch
Diffstat (limited to 'to_stable_branch.sh')
-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