% git push origin <branch_name>
% git fetch % git checkout -b <branch_name> origin/<branch_name>
% git push --delete origin <branch_name>