2017-08-01 削除したリモートブランチがローカルで表示される場合 git # リモートのブランチを表示 git branch --remote # リモートに存在しない(削除された)ブランチを削除 git fetch --prune