瀏覽代碼

Removed Merge Script

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