From a0d72610e86154c8ec7aafb156ad3b2aa5dd770f Mon Sep 17 00:00:00 2001 From: Phie Date: Wed, 18 Dec 2019 22:54:30 +0100 Subject: to stable script --- to_stable_branch.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 to_stable_branch.sh (limited to 'to_stable_branch.sh') 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 -- cgit v1.2.3