merge 107 B

1234567
  1. #!/bin/sh
  2. echo "Merging to Production Branch.."
  3. git merge master
  4. git checkout master
  5. git merge production