Przeglądaj źródła

Added Prod checkout

Yoginth 7 lat temu
rodzic
commit
1d2325f429
1 zmienionych plików z 1 dodań i 0 usunięć
  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