update branches from least to greatest

This commit is contained in:
AJ ONeal 2017-02-25 13:19:00 -07:00
parent 234bfabe96
commit 7d869e5f8c
1 changed files with 11 additions and 0 deletions

11
merge-up.sh Normal file
View File

@ -0,0 +1,11 @@
git push
git checkout v1
git merge v1.0
git push
git checkout master
git merge v1
git push
git checkout v1.0