Browse Source

Added Prod checkout

Yoginth 7 năm trước cách đây
mục cha
commit
1d2325f429
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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