#!/bin/bash if git cherry-pick -xse $1; then git commit --amend --reset-author --no-edit fi