2012-06-06 リモートブランチを削除する。 git いつも忘れるのでメモ # ローカルブランチの削除 git branch -d ${branch_name} # リモートブランチの削除 git push origin :${branch_name}