#!/bin/zsh -f

git branch-backup
git checkout $1 && git pull && git checkout - && git rebase $1
