merge 131 B

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