rename a git branch
#expects $1 is old_name, $2 is new_name git branch -m $2 git push origin :$1 $2 git push origin -u $2