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