update branches from least to greatest

Tento commit je obsažen v:
AJ ONeal 2017-02-25 13:19:00 -07:00
rodič 234bfabe96
revize 7d869e5f8c

11
merge-up.sh Normální soubor
Zobrazit soubor

@ -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