diff --git a/merge-up.sh b/merge-up.sh new file mode 100644 index 0000000..2ce016f --- /dev/null +++ b/merge-up.sh @@ -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