Git で不要になったローカルブランチ・リモートブランチの削除
% git branch -a * master hoge origin/hoge % git branch -d hoge % git push origin :hoge
:hoge でリモートブランチの削除になるの。
わかりづらい気がするよ!
% git branch -a * master hoge origin/hoge % git branch -d hoge % git push origin :hoge
:hoge でリモートブランチの削除になるの。
わかりづらい気がするよ!