瀏覽代碼

Added Merge file

Yoginth 7 年之前
父節點
當前提交
4cee4cc0e6
共有 1 個文件被更改,包括 7 次插入0 次删除
  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