Browse Source

Removed Merge Script

Yoginth 7 năm trước cách đây
mục cha
commit
c421300d31
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      script/merge

+ 0 - 8
script/merge

@@ -1,8 +0,0 @@
-#!/bin/sh
-
-echo "Merging to Production Branch.."
-
-git checkout master
-git merge master
-git checkout production
-git merge production