2016-01-08 Gitでブランチを削除する方法 Git ローカルブランチを削除 git branch -d test_branch リモートブランチを削除 git push origin :test_branch