Explorar el Código

Removed Merge Script

Yoginth hace 7 años
padre
commit
c421300d31
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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