Browse Source

Removed Merge Script

Yoginth 7 years ago
parent
commit
c421300d31
1 changed files with 0 additions and 8 deletions
  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