浏览代码

Added Prod checkout

Yoginth 7 年之前
父节点
当前提交
96a5b482b2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      script/merge

+ 2 - 2
script/merge

@@ -2,7 +2,7 @@
 
 echo "Merging to Production Branch.."
 
-git checkout production
-git merge master
 git checkout master
+git merge master
+git checkout production
 git merge production