dig.js/merge-up.sh

12 lines
112 B
Bash
Raw Normal View History

2017-02-25 20:19:00 +00:00
git push
git checkout v1
git merge v1.0
git push
git checkout master
git merge v1
git push
git checkout v1.0