[Git] ローカルとリモートのブランチを削除する
memo.
ローカル
% git branch
add_firefox-ja
add_omnigraffle-pro5
* master
% git branch -d add_firefox-ja
Deleted branch add_firefox-ja (was 0fd2c3d).
リモート
% git push origin :add_omnigraffle-pro5
To git@github.com:DriftwoodJP/homebrew-versions.git
- [deleted] add_omnigraffle-pro5
or
% git push --delete origin BRANCHNAME