Pārlūkot izejas kodu

Added Prod checkout

Yoginth 7 gadi atpakaļ
vecāks
revīzija
96a5b482b2
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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