Sfoglia il codice sorgente

Added Prod checkout

Yoginth 7 anni fa
parent
commit
1d2325f429
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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