瀏覽代碼

Added Prod checkout

Yoginth 7 年之前
父節點
當前提交
1d2325f429
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      script/merge

+ 1 - 0
script/merge

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