v1.1 合并到 v1.2
git checkout v1.2
git merge v1.1
如果想取消mergeing
git reset --hard head
//推送到远程
git push origin v1.2