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

github.com/PhieF/CarnetElectron.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2021-05-21 22:28:36 +0300
committerPhie <phie@phie.ovh>2021-05-21 22:28:36 +0300
commit78007590a7fca55fd381f91af94f52a4dc619a5c (patch)
treef9204c07fbdd2ac1c170f10841068d30ce878642
parentfa2279f18cef91678142b0391007803d15097b59 (diff)
main is the new... main branch !nextcloud-stable-0.24.1nextcloud-stable-0.24.0
-rw-r--r--to_stable_branch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/to_stable_branch.sh b/to_stable_branch.sh
index bfe6a38..bf00476 100644
--- a/to_stable_branch.sh
+++ b/to_stable_branch.sh
@@ -7,13 +7,13 @@ git commit -m "update version number to "+$version
git branch -D stable
git push origin --delete stable
git push framagit --delete stable
-git checkout master
+git checkout main
git checkout -b stable
git push origin stable
git push framagit stable
git checkout -b stable-$version
git push origin stable-$version
git push framagit stable-$version
-git checkout master
+git checkout main
git push