Explorar el Código

Added Merge file

Yoginth hace 7 años
padre
commit
4cee4cc0e6
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      script/merge

+ 7 - 0
script/merge

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