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

to_stable_branch.sh - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 281ac1a17bf205c8763541cbc266ffd0603c5d07 (plain)
1
2
3
4
5
6
7
8
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