master
to stable
git checkout master
git pull
git checkout stable
git pull
git merge master
-next
Next
section yet)git commit -m "Release 1.29.6"
git tag 1.29.6
stable
to master
git checkout master
git merge stable
git push origin master stable
git push origin --tags
git push gitlab master stable
git push gitlab --tags
bash ./sign-releases.sh
master
branch
Add gitlab
remote:
git remote add gitlab git@bitbucket.org:mpapis/rvm.git