소스 검색

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