Explorar el Código

Added Prod checkout

Yoginth hace 7 años
padre
commit
96a5b482b2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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