Browse Source

Added Merge file

Yoginth 7 năm trước cách đây
mục cha
commit
4cee4cc0e6
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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