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