#!/bin/bash branch=$(git branch --show-current) git switch prod git merge $branch git push git switch $branch