瀏覽代碼

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