We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
間違えてテスト用のリポジトリをサーバにPublish してしまった場合などで、リモートのリポジトリを削除する方法
git push リモートのリポジトリ :削除するブランチ 通常は ローカルのブランチ名:リモートのブランチ名 でpush するようだが、 削除する場合、ローカルのブランチ名を空にする。
以下、例(pullreq リポジトリを削除する) git push https://github.com/netcommons/NetCommons2 :pullreq