Selaa lähdekoodia

Removed Merge Script

Yoginth 7 vuotta sitten
vanhempi
commit
c421300d31
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  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