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>2019-12-19 00:54:30 +0300
committerPhie <phie@phie.ovh>2019-12-19 00:54:30 +0300
commita0d72610e86154c8ec7aafb156ad3b2aa5dd770f (patch)
tree33f93d63f494a202f2cae031a8a75a836d42e970 /to_stable_branch.sh
parentbbc30fcb8aea65195d291866aadf3a57435aa4bb (diff)
to stable script
Diffstat (limited to 'to_stable_branch.sh')
-rw-r--r--to_stable_branch.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/to_stable_branch.sh b/to_stable_branch.sh
new file mode 100644
index 0000000..281ac1a
--- /dev/null
+++ b/to_stable_branch.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+
+git branch -d stable
+git push origin --delete stable
+git checkout master
+git checkout -b stable
+git push origin stable
+git checkout master