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