dig.js/merge-up.sh
2017-02-25 13:19:00 -07:00

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