dig.js/merge-up.sh

12 lines
112 B
Bash

git push
git checkout v1
git merge v1.0
git push
git checkout master
git merge v1
git push
git checkout v1.0