#!/bin/sh echo "Merging to Production Branch.." git checkout production git merge master git checkout master git merge production