#!/bin/zsh -f

git branch-backup
git checkout $1 && git branch -m $2 && git push origin -u $2 && git push origin --delete $1
