Humanity

Edit the world by your favorite way

github上のbranchを削除する

元ページはこちらなのですがなくなってたのでGoogleキャッシュから転載。

githubに限らず、リモートのbranchの削除方法をkanaさんに教わったのでメモ。

kana「git push {remote} :{that-branch} 」

== 間違った方法
kana「知識がないとgit branch -r -d {remote}/{that-branch}としがち(これは意味が違う」