- リモートブランチ削除コマンド
git push <remote> --delete <branch>
// 例
git push origin --delete exampleBranch
- 下記エラーが発生した場合は、既にそのブランチが削除されている可能性があります。
error: unable to push to unqualified destination: remoteBranchName The destination refspec neither matches an existing ref on the remote nor begins with refs/, and we are unable to guess a prefix based on the source ref. error: failed to push some refs to 'git@repository_name'